The Trunk: Morphic-mt.1207.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Morphic-mt.1207.mcz

commits-2
Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.1207.mcz

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

Name: Morphic-mt.1207
Author: mt
Time: 31 July 2016, 10:02:03.29849 am
UUID: 1d83c7f8-e88f-8645-9afb-92f8926b7164
Ancestors: Morphic-tfel.1206

*** Widget Refactorings and UI Themes (Part 1 of 11) ***

By default, morphs can only apply themes if they are in the world. Prevents prototypes and other invisible/broken stuff from changing too often or causing debuggers.

=============== Diff against Morphic-tfel.1206 ===============

Item was added:
+ ----- Method: Morph>>canApplyUserInterfaceTheme (in category 'visual properties') -----
+ canApplyUserInterfaceTheme
+ ^ self isInWorld!