UIPainter.st
changeset 168 8a79add2260f
parent 166 cd5699643975
child 171 7a99c53780ef
equal deleted inserted replaced
167:01cbd385f878 168:8a79add2260f
   890             specTool selection:tabSelection.
   890             specTool selection:tabSelection.
   891             (self noteBookView subViews at:2) raise
   891             (self noteBookView subViews at:2) raise
   892         ]
   892         ]
   893     ].
   893     ].
   894 
   894 
   895     (builder componentAt:#noteBook) selection:tabSelection.
   895     (builder componentAt:#noteBook) setSelection:tabSelection.
   896     self modifiedChannel value:false.
   896     self modifiedChannel value:false.
   897 ! !
   897 ! !
   898 
   898 
   899 !UIPainter methodsFor:'private'!
   899 !UIPainter methodsFor:'private'!
   900 
   900