This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DISTRHO-Ports
mirror of
https://github.com/DISTRHO/DISTRHO-Ports
Watch
1
Star
0
Fork
0
Code
Releases
5
Activity
Browse Source
Fix crash when closing temporary windows inside modals
tags/2018-04-16
falkTX
9 years ago
parent
86165a30af
commit
95cbea0763
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
libs/juce/source/modules/juce_gui_basics/native/juce_linux_Windowing.cpp
+ 3
- 0
libs/juce/source/modules/juce_gui_basics/native/juce_linux_Windowing.cpp
View File
@@ -1881,6 +1881,9 @@ public:
{
if (LinuxComponentPeer* const otherPeer = dynamic_cast<LinuxComponentPeer*> (other))
{
if (otherPeer->styleFlags & windowIsTemporary)
return;
setMinimised (false);
Window newStack[] = { otherPeer->windowH, windowH };
Write
Preview
Loading…
Cancel
Save