diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Window.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Window.cxx b/src/Fl_Window.cxx index cc539c715..5425aaa1d 100644 --- a/src/Fl_Window.cxx +++ b/src/Fl_Window.cxx @@ -107,7 +107,7 @@ void Fl_Window::draw() { Fl_Widget::label(0); Fl_Group::draw(); #ifdef __APPLE_QUARTZ__ - if (!parent() && resizable()) { + if (!parent() && resizable() && (!size_range_set || minh!=maxh || minw!=maxw)) { int dx = Fl::box_dw(box())-Fl::box_dx(box()); int dy = Fl::box_dh(box())-Fl::box_dy(box()); if (dx<=0) dx = 1; |
