Bug 1013

Summary: NEWT Window content black after switching monitor resolution
Product: [JogAmp] Newt Reporter: Sven Gothel <sgothel>
Component: macosxAssignee: Sven Gothel <sgothel>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: ---    
Version: 1   
Hardware: All   
OS: all   
Type: --- SCM Refs:
2790c756d5b88448d14cc302036581a57f3ffd53
Workaround: TRUE

Description Sven Gothel 2014-05-26 19:06:18 CEST
When simply switching the resolution of the monitor
containing the NEWT window, it's content is black (not visible)
until a resize happens.
Comment 1 Sven Gothel 2014-05-26 19:11:47 CEST
this seems to be a bug within QUARTZ .. hence this is a workaround
Comment 2 Sven Gothel 2014-05-26 19:29:29 CEST
commit 2790c756d5b88448d14cc302036581a57f3ffd53

Bug 1013: Fix switching monitor resolution for NEWT Window (content black after) / Bug 741 HiDPI: Update pixelScale after monitor mode change

This seems to be a bug within QUARTZ .. hence this is a workaround

Monitor-Mode-Changed Notification:
  - In case the window is not in fullscreen,
    render it temporary invisible until the mode change is completed.

  - Also update the HiDPI pixel-scale when the mode change is completed.