category change
authorClaus Gittinger <cg@exept.de>
Wed, 03 Sep 2008 10:54:35 +0200
changeset 2399 1ae184ce9595
parent 2398 bdefc2be920a
child 2400 40e49dac643e
category change
UIPainter.st
--- a/UIPainter.st	Wed Aug 20 19:54:33 2008 +0200
+++ b/UIPainter.st	Wed Sep 03 10:54:35 2008 +0200
@@ -74,6 +74,14 @@
 "
 ! !
 
+!UIPainter class methodsFor:'initialization'!
+
+initialize
+    SelectionPanelClass isNil ifTrue:[
+        SelectionPanelClass := UISelectionPanel
+    ].
+! !
+
 !UIPainter class methodsFor:'instance creation'!
 
 openOnClass:aClass andSelector:aSelector
@@ -1018,14 +1026,6 @@
 @G@@@@@@@@@@@@@@B*****(@B*****(@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 0 0 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@B@@@@@@@BO??0O??2G#C@G'''' G/?0G''''#G'''' G'''' G'''' G'''' G''''"G/?0G'''' G#C@O??1O??0@@@A@@@B@@@@') ; yourself); yourself]
 ! !
 
-!UIPainter class methodsFor:'initialize'!
-
-initialize
-    SelectionPanelClass isNil ifTrue:[
-        SelectionPanelClass := UISelectionPanel
-    ].
-! !
-
 !UIPainter class methodsFor:'interface specs'!
 
 dialogSpecForDefiningClassAndSelector