mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
AlertWindow::show() method sets AlertWindow to be always on top so it isn't hidden by other components
This commit is contained in:
parent
a744cd3acc
commit
7a9c22eafe
1 changed files with 2 additions and 0 deletions
|
|
@ -593,6 +593,8 @@ private:
|
|||
|
||||
jassert (alertBox != nullptr); // you have to return one of these!
|
||||
|
||||
alertBox-> setAlwaysOnTop (true);
|
||||
|
||||
#if JUCE_MODAL_LOOPS_PERMITTED
|
||||
if (modal)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue