diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm index be07b09fb..444486ac3 100644 --- a/src/Fl_cocoa.mm +++ b/src/Fl_cocoa.mm @@ -3304,7 +3304,7 @@ void Fl_X::make(Fl_Window* w) [cw center]; } else if (w->non_modal()) { [cw center]; - } else { + } else if (!w->fullscreen_active()) { static NSPoint delta = NSZeroPoint; delta = [cw cascadeTopLeftFromPoint:delta]; }