summaryrefslogtreecommitdiff
path: root/vcl/source/window/floatwin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/floatwin.cxx')
-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 6b35c881282a..bd753bb3e9be 100644
--- a/vcl/source/window/floatwin.cxx
+++ b/vcl/source/window/floatwin.cxx
@@ -601,10 +601,6 @@ void FloatingWindow::SetTitleType( sal_uInt16 nTitle )
void FloatingWindow::StartPopupMode( const Rectangle& rRect, sal_uLong nFlags )
{
- // avoid flickering
- if ( IsVisible() )
- Show( false, SHOW_NOFOCUSCHANGE );
-
if ( IsRollUp() )
RollDown();