[squeak-dev] The Inbox: Morphic-ct.1531.mcz

Thiede, Christoph Christoph.Thiede at student.hpi.uni-potsdam.de
Fri Sep 20 18:48:20 UTC 2019


Or would you solve the problem somewhere else? Might this be a general problem to all released morphs?

________________________________
Von: Squeak-dev <squeak-dev-bounces at lists.squeakfoundation.org> im Auftrag von commits at source.squeak.org <commits at source.squeak.org>
Gesendet: Freitag, 20. September 2019 20:47:09
An: squeak-dev at lists.squeakfoundation.org
Betreff: [squeak-dev] The Inbox: Morphic-ct.1531.mcz

A new version of Morphic was added to project The Inbox:
http://source.squeak.org/inbox/Morphic-ct.1531.mcz

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

Name: Morphic-ct.1531
Author: ct
Time: 20 September 2019, 8:46:54.327726 pm
UUID: 9ba3d907-10d4-524a-9e97-cd66a530f0ef
Ancestors: Morphic-mt.1526

Fix a bug in MorphicProject>>#applyUserInterfaceTheme

While working with many Projects during the latest weeks, I often noticed DNUs when changing the UI theme. Apparently UserInterfaceTheme>>#apply asks ALL objects in memory to apply the theme, so if a project was recently closed and not yet gc'ed, I got an error.

=============== Diff against Morphic-mt.1526 ===============

Item was changed:
  ----- Method: MorphicProject>>canApplyUserInterfaceTheme (in category 'updating') -----
  canApplyUserInterfaceTheme

+        ^ world notNil!
-        ^ true!


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20190920/aae34af7/attachment.html>


More information about the Squeak-dev mailing list