diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-05-23 09:21:50 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-25 10:40:37 +0100 |
commit | c4bae028efbd32c8938c3a6051d58c1f202d5b8a (patch) | |
tree | 27d3142ca84fec9818be8b2013235ff47e8b0bf7 /vcl | |
parent | 768d445c1fd8a104a6c5e80ce93af99860ec6dc7 (diff) |
Resolves: tdf#90155 don't hide+show window before initial show completes
Change-Id: I16f6fb4ef025f2e464ca581fc348e8dd18981285
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/floatwin.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/source/window/floatwin.cxx b/vcl/source/window/floatwin.cxx index f9abdf6cfc01..468d8ccc0536 100644 --- a/vcl/source/window/floatwin.cxx +++ b/vcl/source/window/floatwin.cxx @@ -637,10 +637,6 @@ void FloatingWindow::SetTitleType( FloatWinTitleType nTitle ) void FloatingWindow::StartPopupMode( const Rectangle& rRect, FloatWinPopupFlags nFlags ) { - // avoid flickering - if ( IsVisible() ) - Show( false, ShowFlags::NoFocusChange ); - if ( IsRollUp() ) RollDown(); |