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-26 14:56:06 +0100
commitabc4d0c705095582cb4a983180e73faef0d913c8 (patch)
tree35bd163e38a0edd4278da3cfc50a7cbb50926d21
parentacf3daaa536ab85a2d5b29f5fbb3a045f5e5fce0 (diff)
Resolves: tdf#90155 don't hide+show window before initial show completes
(cherry picked from commit c4bae028efbd32c8938c3a6051d58c1f202d5b8a) 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 ef051fc3fc80..5d11517c7cd7 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, SHOW_NOFOCUSCHANGE );
-
if ( IsRollUp() )
RollDown();