The Trunk: ToolBuilder-MVC-mt.76.mcz

[email protected] Tue, 16 Jun 2026 09:33:25 0000
Newsgroups gmane.comp.lang.smalltalk.squeak.general
Message-ID <[email protected]>
Marcel Taeumel uploaded a new version of ToolBuilder-MVC to project The Trunk:
http://source.squeak.org/trunk/ToolBuilder-MVC-mt.76.mcz

==================== Summary ====================

Name: ToolBuilder-MVC-mt.76
Author: mt
Time: 16 June 2026, 11:33:26.066747 am
UUID: b9f3d95a-2b1e-d047-a0a8-22d706b258d1
Ancestors: ToolBuilder-MVC-ct.75

Fixes ghost scroll-bar that appears when expanding a debugger from a notifier view via click on the process stack list.

Complements ST80-mt.311

=============== Diff against ToolBuilder-MVC-ct.75 ===============

Item was changed:
  ----- Method: MVCToolBuilder>>close: (in category 'opening') -----
  close: aWidget
  	"Close a previously opened widget. If the widget works as expected, the next controller will be found automatically. No process termination required. See ControlManager >> #activeController:."
  	
+ 	(aWidget subViewSatisfying: [:v | v controller isKindOf: ScrollController])
+ 		ifNotNil: [:v | v controller scrollBarHide].
+ 		
  	aWidget controller closeAndUnscheduleNoTerminate.!

Squeak-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]