diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-07-04 11:35:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-07-04 11:36:21 +0100 |
commit | 43fbd02a82f9c87c75e83671c95c2617cc30d035 (patch) | |
tree | 506cc3acba7503144c042c40f03480afef0c1a65 /vcl | |
parent | a760ff5b41612c0c6aefeac5fb06691f819ceee2 (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
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/gtk3/gtk3gtkframe.cxx | 3 |
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(); } } } |