diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_mac.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_mac.cxx b/src/Fl_mac.cxx index 38244c317..b710deb05 100644 --- a/src/Fl_mac.cxx +++ b/src/Fl_mac.cxx @@ -1840,6 +1840,7 @@ void Fl_X::make(Fl_Window* w) if (w->non_modal() && !w->modal()) { // Major kludge: this is to have the regular look, but stay above the document windows SetWindowClass(x->xid, kFloatingWindowClass); + SetWindowActivationScope(x->xid, kWindowActivationScopeAll); } if (!(w->flags() & Fl_Window::FL_FORCE_POSITION)) { |
