[squeak-dev] SystemProgressMorph applyUserInterfaceTheme

Thiede, Christoph Christoph.Thiede at student.hpi.uni-potsdam.de
Fri Dec 13 21:50:00 UTC 2019


Hi all, hi Marcel :-)


What is the purpose of the class-side #applyUserInterfaceTheme implementation in SystemProgressMorph?


SystemProgressMorph class >> applyUserInterfaceTheme
self reset.


Given the following snippet:


Project current uiManager informUser: 'Foo' during: [
Preferences changeFontSize: 0.
self halt]


Currently, the SystemProgressMorph has abandoned when a debugger appears. If I remove the class-side method from above, everything works as expected.

What are the considerations to hide all progress if the UI theme is changed?


Best,

Christoph
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20191213/14a54066/attachment.html>


More information about the Squeak-dev mailing list