summaryrefslogtreecommitdiff
path: root/vcl/source/window/event.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/event.cxx')
-rw-r--r--vcl/source/window/event.cxx11
1 files changed, 1 insertions, 10 deletions
diff --git a/vcl/source/window/event.cxx b/vcl/source/window/event.cxx
index 251cddaaf048..5b9c4bd4823e 100644
--- a/vcl/source/window/event.cxx
+++ b/vcl/source/window/event.cxx
@@ -516,17 +516,8 @@ void Window::ImplCallResize()
{
mpWindowImpl->mbCallResize = false;
- // OpenGL has a charming feature of black clearing the whole window
- // some legacy code eg. the app-menu has the beautiful feature of
- // avoiding re-paints when width doesn't change => invalidate all.
-#if HAVE_FEATURE_OPENGL
- if( OpenGLWrapper::isVCLOpenGLEnabled() )
- Invalidate();
-
// Normally we avoid blanking on re-size unless people might notice:
- else
-#endif
- if( GetBackground().IsGradient() )
+ if( GetBackground().IsGradient() )
Invalidate();
Resize();