[Libreoffice-commits] core.git: svx/source

Lionel Elie Mamane lionel at mamane.lu
Thu Dec 17 07:18:26 PST 2015


 svx/source/fmcomp/fmgridif.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 57b1cf5862429d86a82158eb5e8cf425fd2f4527
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Thu Dec 17 16:14:49 2015 +0100

    tdf#96482 Revert "Resolves: tdf#94069 call setVisible when setDesignMode is called"
    
    This reverts commit a7816853bad55ada597092c16ba9a0a761e067d0.
    
    tdf#94069 (freeze) has been corrected differently in master (5.2.alpha) anyway.

diff --git a/svx/source/fmcomp/fmgridif.cxx b/svx/source/fmcomp/fmgridif.cxx
index 12adb13..041825e 100644
--- a/svx/source/fmcomp/fmgridif.cxx
+++ b/svx/source/fmcomp/fmgridif.cxx
@@ -1692,8 +1692,6 @@ void FmXGridPeer::setDesignMode(sal_Bool bOn) throw( RuntimeException, std::exce
             static_cast<FmGridControl*>(pWin)->SetDesignMode(bOn);
     }
 
-    setVisible(!bOn);
-
     if (bOn)
         DisConnectFromDispatcher();
     else


More information about the Libreoffice-commits mailing list