diff options
| -rw-r--r-- | src/Fl_cocoa.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm index 94cd35489..4662cb1ca 100644 --- a/src/Fl_cocoa.mm +++ b/src/Fl_cocoa.mm @@ -640,7 +640,7 @@ void Fl_Cocoa_Screen_Driver::breakMacEventLoop() if (Fl::modal_ && (Fl::modal_ != w)) return NO; // prevent the caption to be redrawn as active on click // when another modal window is currently the key win - return !(!w || w->tooltip_window() || w->menu_window() || w->parent()); + return !(!w || w->output() || w->tooltip_window() || w->menu_window() || w->parent()); } - (BOOL)canBecomeMainWindow |
