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
Carpe Squeak!