mirror of
https://github.com/fltk/fltk.git
synced 2026-03-23 23:48:52 +08:00
Fix regression introduced at 41740ca for non resizable windows
This commit is contained in:
@@ -507,7 +507,7 @@ int Fl_Screen_Driver::scale_handler(int event)
|
||||
if (!top->parent() &&
|
||||
(Fl_Window_Driver::driver(top)->screen_num() == screen ||
|
||||
screen_dr->rescalable() == SYSTEMWIDE_APP_SCALING)) {
|
||||
if (top->fullscreen_active() || top->maximize_active()) return 0;
|
||||
if (top->resizable() && (top->fullscreen_active() || top->maximize_active())) return 0;
|
||||
}
|
||||
top = Fl::next_window(top);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user