For iStoa I need to rescale the view when the VM window is resized. I am just
overriding as follow:


MorphicUIManager>>checkForNewDisplaySize

        "Check whether the screen size has changed and if so take appropriate
actions"

        Display extent = DisplayScreen actualScreenSize ifTrue: [^ Display].
        World restoreMorphicDisplay.
        Stoa rescaleView



--
View this message in context: 
http://forum.world.st/image-resize-event-tp4704210p4754209.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Reply via email to