[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - vcl/source

Caolán McNamara caolanm at redhat.com
Tue May 26 06:53:15 PDT 2015


 vcl/source/window/floatwin.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 8e3d5f7ed230c07f3f68d4b53edc2c285b04b84d
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat May 23 09:21:50 2015 +0100

    Resolves: tdf#90155 don't hide+show window before initial show completes
    
    (cherry picked from commit c4bae028efbd32c8938c3a6051d58c1f202d5b8a)
    
    Change-Id: I16f6fb4ef025f2e464ca581fc348e8dd18981285
    Reviewed-on: https://gerrit.libreoffice.org/15910
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>
    Tested-by: Miklos Vajna <vmiklos at collabora.co.uk>

diff --git a/vcl/source/window/floatwin.cxx b/vcl/source/window/floatwin.cxx
index 6b35c88..bd753bb 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();
 


More information about the Libreoffice-commits mailing list