summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-07-04 11:35:36 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-07-04 11:36:21 +0100
commit43fbd02a82f9c87c75e83671c95c2617cc30d035 (patch)
tree506cc3acba7503144c042c40f03480afef0c1a65
parenta760ff5b41612c0c6aefeac5fb06691f819ceee2 (diff)
this flush refers to the gtk2/X impl
where there is two connections to the display, for gtk3 there is just the one connection Change-Id: I2da02efa12205ab4ca39d9585965e5d6d0adf474
-rw-r--r--vcl/unx/gtk3/gtk3gtkframe.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/unx/gtk3/gtk3gtkframe.cxx b/vcl/unx/gtk3/gtk3gtkframe.cxx
index b0a4e6250059..8e12b96030cb 100644
--- a/vcl/unx/gtk3/gtk3gtkframe.cxx
+++ b/vcl/unx/gtk3/gtk3gtkframe.cxx
@@ -1462,9 +1462,6 @@ void GtkSalFrame::Show( bool bVisible, bool /*bNoActivate*/ )
gtk_widget_hide( m_pWindow );
if( m_pIMHandler )
m_pIMHandler->focusChanged( false );
- // flush here; there may be a very seldom race between
- // the display connection used for clipboard and our connection
- Flush();
}
}
}