Tools__ViewTreeApplication.st
changeset 3319 97fd83492529
parent 3302 413a225308d1
child 3341 2089a2debb66
equal deleted inserted replaced
3318:0b25d802e1b9 3319:97fd83492529
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 2007 by eXept Software AG
     4  COPYRIGHT (c) 2007 by eXept Software AG
     3               All Rights Reserved
     5               All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
  3660 ! !
  3662 ! !
  3661 
  3663 
  3662 !ViewTreeInspectorApplication::ViewTreeModel methodsFor:'private selection'!
  3664 !ViewTreeInspectorApplication::ViewTreeModel methodsFor:'private selection'!
  3663 
  3665 
  3664 invalidateSelection
  3666 invalidateSelection
  3665     "invalidate the current selection
  3667     "invalidate (force async redraw) the current selection
  3666     "
  3668     "
  3667     |topView|
  3669     |topView|
  3668 
  3670 
  3669     testModeChannel value ifTrue:[ ^ self ]. "/ test whether running testMode
  3671     testModeChannel value ifTrue:[ ^ self ]. "/ test whether running testMode
  3670 
  3672