Browse Source

fixed silly typo

tags/2021-05-28
ed 8 years ago
parent
commit
675f5943a1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_gui_basics/windows/juce_AlertWindow.cpp

+ 1
- 1
modules/juce_gui_basics/windows/juce_AlertWindow.cpp View File

@@ -593,7 +593,7 @@ private:
jassert (alertBox != nullptr); // you have to return one of these!
alertBox->setAlwaysOnTop (juce_areThereAnyAlwaysOnTopWindows);
alertBox->setAlwaysOnTop (juce_areThereAnyAlwaysOnTopWindows());
#if JUCE_MODAL_LOOPS_PERMITTED
if (modal)


Loading…
Cancel
Save