diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_win32.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index a330b4dd0..243e82ed7 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -1118,7 +1118,7 @@ void Fl_Window::resize(int X,int Y,int W,int H) { } if (is_a_resize) { Fl_Group::resize(X,Y,W,H); - if (shown()) {redraw(); i->wait_for_expose = 1;} + if (visible_r()) {redraw(); i->wait_for_expose = 1;} } else { x(X); y(Y); flags |= SWP_NOSIZE; |
