Notifier|proceed patch for Windoze ScrollBar Junta

Sam Adams ssadams at us.ibm.com
Thu Jan 22 16:43:04 UTC 1998


Squeakers,
Here is the patch to fix the Notifier|proceed bug in the Windoze ScrollBar
Junta code.
I'll include this in a later release.
Regards,
Sam


----------------------------------snip-----------------------------------------------------


'From Squeak 1.3 of Jan 16, 1998 on 22 January 1998 at 11:30:29 am'!

!NotifyStringHolderController methodsFor: 'menu messages' stamp: 'ssa 1/20/98
21:51'!
proceed
 "Proceed execution of the suspended process."
 "Changed superView to topView in support of ScrollBarViews - ssa 1/20/98 21:51"

 | debuggerTemp |
 Smalltalk okayToProceedEvenIfSpaceIsLow ifFalse: [^ self].
 debuggerTemp _ debugger.  debugger _ nil.  "So close wont terminate"
 self controlTerminate.
 debuggerTemp proceed: view topView controller.
 self controlInitialize! !

------------------------------------snip---------------------------------------------------

Sam S. Adams, Distinguished Engineer, IBM Research RTP
tie line 444-0736, outside 919-254-0736, email: ssadams at us.ibm.com
<<Hebrews 11:6, Proverbs 3:5-6, Romans 1:16-17, I Corinthians 1:10>>





More information about the Squeak-dev mailing list