[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-dev] SF.net SVN: supercollider:[8223] trunk/build/SCClassLibrary/Common/GUI/Base
Revision: 8223
http://supercollider.svn.sourceforge.net/supercollider/?rev=8223&view=rev
Author: jmfuo
Date: 2008-12-20 18:04:22 +0000 (Sat, 20 Dec 2008)
Log Message:
-----------
minor issue under swing fixed
Modified Paths:
--------------
trunk/build/SCClassLibrary/Common/GUI/Base/EZListView.sc
trunk/build/SCClassLibrary/Common/GUI/Base/EZPopUpMenu.sc
Modified: trunk/build/SCClassLibrary/Common/GUI/Base/EZListView.sc
===================================================================
--- trunk/build/SCClassLibrary/Common/GUI/Base/EZListView.sc 2008-12-20 15:59:03 UTC (rev 8222)
+++ trunk/build/SCClassLibrary/Common/GUI/Base/EZListView.sc 2008-12-20 18:04:22 UTC (rev 8223)
@@ -21,7 +21,7 @@
w = GUI.window.new("",Rect(200,Window.screenBounds.height-bounds.height-100,
bounds.width+8,bounds.height+28));
- w.addFlowLayout;
+ w.view.decorator=FlowLayout(w.view.bounds);
parentView=w.asView;
w.front;
};
Modified: trunk/build/SCClassLibrary/Common/GUI/Base/EZPopUpMenu.sc
===================================================================
--- trunk/build/SCClassLibrary/Common/GUI/Base/EZPopUpMenu.sc 2008-12-20 15:59:03 UTC (rev 8222)
+++ trunk/build/SCClassLibrary/Common/GUI/Base/EZPopUpMenu.sc 2008-12-20 18:04:22 UTC (rev 8223)
@@ -21,7 +21,7 @@
w = GUI.window.new("",Rect(200,Window.screenBounds.height-bounds.height-100,
bounds.width+8,bounds.height+28));
- w.addFlowLayout;
+ w.view.decorator=FlowLayout(w.view.bounds);
parentView=w.asView;
w.front;
};
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
_______________________________________________
sc-dev mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-dev/
search: https://listarc.bham.ac.uk/lists/sc-dev/search/