WindowGroup.st
changeset 5918 68269d30bd75
parent 5911 a37b2a34e6c7
child 5922 646eebd7d904
equal deleted inserted replaced
5917:d5b5e701a6e8 5918:68269d30bd75
  2281         myProcess removeAllSuspendActions.
  2281         myProcess removeAllSuspendActions.
  2282         processPriority := myProcess priority. "save old priority"
  2282         processPriority := myProcess priority. "save old priority"
  2283         myProcess := nil.
  2283         myProcess := nil.
  2284     ].
  2284     ].
  2285 
  2285 
       
  2286     inWithCursorDoBlock := false.
       
  2287 
  2286     "throw away old events"
  2288     "throw away old events"
  2287     mySensor notNil ifTrue:[mySensor reinitialize]
  2289     mySensor notNil ifTrue:[mySensor reinitialize]
  2288 
  2290 
  2289     "Modified: 13.12.1995 / 13:45:35 / stefan"
  2291     "Modified: 13.12.1995 / 13:45:35 / stefan"
  2290     "Modified: 12.1.1997 / 00:45:01 / cg"
  2292     "Modified: 12.1.1997 / 00:45:01 / cg"
  2739 ! !
  2741 ! !
  2740 
  2742 
  2741 !WindowGroup class methodsFor:'documentation'!
  2743 !WindowGroup class methodsFor:'documentation'!
  2742 
  2744 
  2743 version
  2745 version
  2744     ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.312 2012-04-27 13:34:25 cg Exp $'
  2746     ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.313 2012-07-17 08:45:07 stefan Exp $'
  2745 !
  2747 !
  2746 
  2748 
  2747 version_CVS
  2749 version_CVS
  2748     ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.312 2012-04-27 13:34:25 cg Exp $'
  2750     ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.313 2012-07-17 08:45:07 stefan Exp $'
  2749 ! !
  2751 ! !
  2750 
  2752 
  2751 WindowGroup initialize!
  2753 WindowGroup initialize!