FlyByWindowInformation.st
changeset 2836 a2e82ebd3bc3
parent 2824 34ec9ea82209
child 2847 65280fe44707
equal deleted inserted replaced
2835:383fc6922db1 2836:a2e82ebd3bc3
    95         ^ true
    95         ^ true
    96     ].
    96     ].
    97 
    97 
    98     key == $? ifTrue:[
    98     key == $? ifTrue:[
    99         [
    99         [
   100             WindowTreeView openOn:(lastView topView) initialSelection:lastView.
   100             WindowTreeView notNil ifTrue:[
       
   101                 WindowTreeView openOn:(lastView topView) initialSelection:lastView.
       
   102             ] ifFalse:[
       
   103                 self warn:'WindowTreeView class is not present!!'.
       
   104             ].
   101         ] fork.
   105         ] fork.
   102         self stop.
   106         self stop.
   103         ^ true.
   107         ^ true.
   104     ].
   108     ].
   105 
   109