The Trunk: Graphics-tfel.328.mcz

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

The Trunk: Graphics-tfel.328.mcz

commits-2
Tim Felgentreff uploaded a new version of Graphics to project The Trunk:
http://source.squeak.org/trunk/Graphics-tfel.328.mcz

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

Name: Graphics-tfel.328
Author: tfel
Time: 3 March 2016, 5:13:19.231036 pm
UUID: 820a35b1-5ebb-472c-a0af-cab2230b27f4
Ancestors: Graphics-tfel.327

Add a method to query if the Display is deferring updates

=============== Diff against Graphics-tfel.327 ===============

Item was added:
+ ----- Method: DisplayScreen class>>isDeferringUpdates (in category 'testing') -----
+ isDeferringUpdates
+
+ ^ DeferringUpdates == true!