Re: The Trunk: ToolBuilder-MVC-mt.76.mcz
"Thiede, Christoph via Squeak-dev" <[email protected]> Tue, 16 Jun 2026 12:08:59 +0000
| Newsgroups | gmane.comp.lang.smalltalk.squeak.general |
|---|---|
| Message-ID | <GV2PR09MB8371AEFA2D7B478F7596D847FBE52@GV2PR09MB8371.eurprd09.prod.outlook.com> |
Thank you! :-) Best, Christoph ________________________________ Von: [email protected] <[email protected]> Gesendet: Dienstag, 16. Juni 2026 11:33 Uhr An: [email protected] <[email protected]>; [email protected] <[email protected]> Betreff: [squeak-dev] The Trunk: ToolBuilder-MVC-mt.76.mcz 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] Squeak-dev mailing list -- [email protected] To unsubscribe send an email to [email protected]