selection order changed
authortz
Tue, 31 Mar 1998 20:26:18 +0200
changeset 758 1370f99f4c09
parent 757 d28fb65967a9
child 759 f0c325edcc6c
selection order changed
UIPainterView.st
--- a/UIPainterView.st	Tue Mar 31 20:24:01 1998 +0200
+++ b/UIPainterView.st	Tue Mar 31 20:26:18 1998 +0200
@@ -1236,8 +1236,8 @@
     "change selection to something
     "
     (self enabled and:[something ~= self selection]) ifTrue:[
+        treeView cvsSelection:something.
         self setSelection:something withRedraw:true.
-        treeView cvsSelection:something
     ]
 
 !