summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-05-23 09:21:50 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-05-25 10:40:37 +0100
commitc4bae028efbd32c8938c3a6051d58c1f202d5b8a (patch)
tree27d3142ca84fec9818be8b2013235ff47e8b0bf7
parent768d445c1fd8a104a6c5e80ce93af99860ec6dc7 (diff)
Resolves: tdf#90155 don't hide+show window before initial show completes
Change-Id: I16f6fb4ef025f2e464ca581fc348e8dd18981285
-rw-r--r--vcl/source/window/floatwin.cxx4
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();