mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-30 02:50:05 +00:00
Fixed a mac initialisation problem.
This commit is contained in:
parent
26475b1b77
commit
c20daf9740
21 changed files with 165 additions and 230 deletions
|
|
@ -68,7 +68,7 @@ public:
|
|||
TempDialogWindow (const String& title, const Colour& colour, const bool escapeCloses)
|
||||
: DialogWindow (title, colour, escapeCloses, true)
|
||||
{
|
||||
if (JUCEApplication::getInstance() == 0)
|
||||
if (! JUCEApplication::isStandaloneApp)
|
||||
setAlwaysOnTop (true); // for a plugin, make it always-on-top because the host windows are often top-level
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue