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 ce5cf0c72..45474fd0f 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -2211,7 +2211,7 @@ void Fl_WinAPI_Window_Driver::makeWindow() { if (!fl_clipboard_notify_empty() && clipboard_wnd == NULL) fl_clipboard_notify_target((HWND)x->xid); - wait_for_expose_value = 1; + wait_for_expose_value = ((wp == 0 || hp == 0) && !w->border() && !w->parent() ? 0 : 1); // issue #985 if (show_iconic()) { showit = 0; show_iconic(0); |
