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

Ulrich Gemkow lobugs at ikr.uni-stuttgart.de
Fri Oct 28 08:29:01 UTC 2016


 sd/source/ui/dlg/LayerTabBar.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7a2a29d0b8a3f57d2ca1d695632595ed46bf95cd
Author: Ulrich Gemkow <lobugs at ikr.uni-stuttgart.de>
Date:   Thu Oct 27 12:14:59 2016 +0200

    tdf#98587 Inconsistency menu/shortcut for layer visibility
    
    Changed author, patch was received by htietze.
    
    Change-Id: I1962930c5c9c6eea4731a83147a7705d24c20b8e
    Reviewed-on: https://gerrit.libreoffice.org/30322
    Reviewed-by: jan iversen <jani at documentfoundation.org>
    Tested-by: jan iversen <jani at documentfoundation.org>

diff --git a/sd/source/ui/dlg/LayerTabBar.cxx b/sd/source/ui/dlg/LayerTabBar.cxx
index 8f8425b..0ab57a7 100644
--- a/sd/source/ui/dlg/LayerTabBar.cxx
+++ b/sd/source/ui/dlg/LayerTabBar.cxx
@@ -96,6 +96,7 @@ void LayerTabBar::MouseButtonDown(const MouseEvent& rMEvt)
             bool bVisible = pPV->IsLayerVisible(aName);
             pPV->SetLayerVisible(aName, !bVisible);
             pDrViewSh->ResetActualLayer();
+            pDrViewSh->GetView()->GetDoc().SetChanged();
         }
     }
 


More information about the Libreoffice-commits mailing list