mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-18 00:54:19 +00:00
Workaround for new OSX 10.11 behaviour that caused repaint problems when setting window bounds frequently
This commit is contained in:
parent
99de06cf2c
commit
d63fe244b3
1 changed files with 3 additions and 1 deletions
|
|
@ -261,7 +261,9 @@ public:
|
|||
else
|
||||
{
|
||||
[window setFrame: [window frameRectForContentRect: flippedScreenRect (r)]
|
||||
display: true];
|
||||
display: false];
|
||||
|
||||
[view setNeedsDisplay: true];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue