[Libreoffice-commits] core.git: vcl/unx
Caolán McNamara
caolanm at redhat.com
Wed Mar 18 05:07:34 PDT 2015
vcl/unx/gtk/window/gtksalframe.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit c3209608d155ccfe394964e3b59849e0ff579fc5
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Mar 18 12:06:58 2015 +0000
TriggerPaintEvent too then
Change-Id: I133fd74ba9db857c837d87e0a2eda935a3da4e61
diff --git a/vcl/unx/gtk/window/gtksalframe.cxx b/vcl/unx/gtk/window/gtksalframe.cxx
index 5a78215..52ee62a 100644
--- a/vcl/unx/gtk/window/gtksalframe.cxx
+++ b/vcl/unx/gtk/window/gtksalframe.cxx
@@ -2339,6 +2339,7 @@ void GtkSalFrame::SetScreen( unsigned int nNewScreen, int eType, Rectangle *pSiz
//I wonder if we should instead leave maGeometry alone and rely on
//configure-event to trigger signalConfigure and set it there
AllocateFrame();
+ TriggerPaintEvent();
}
gtk_window_move( GTK_WINDOW( m_pWindow ), maGeometry.nX, maGeometry.nY );
More information about the Libreoffice-commits
mailing list