Bert Freudenberg uploaded a new version of Graphics to project The Trunk:
http://source.squeak.org/trunk/Graphics-bf.401.mcz==================== Summary ====================
Name: Graphics-bf.401
Author: bf
Time: 6 September 2018, 9:07:20.751843 pm
UUID: 5b99d1d2-9c19-4c39-a224-eb7a34372ce6
Ancestors: Graphics-tpr.400
Fix screen size check when using virtual display
=============== Diff against Graphics-tpr.400 ===============
Item was changed:
----- Method: DisplayScreen class>>checkForNewScreenSize (in category 'display box access') -----
checkForNewScreenSize
"Check whether the screen size has changed and if so take appropriate actions"
+ Display isVirtualScreen ifTrue: [^Display checkForNewScreenSize].
+
Display extent = DisplayScreen actualScreenSize
ifFalse: [Display restore].!