Code

Fixing crash on layer delete undo
[inkscape.git] / src / dialogs / layers-panel.h
index 76278fa4f6ff5ad14cc4c2cb2565bba38fb330f6..a600191e9f293c4dddb354c4ec7b810ceeaf3068 100644 (file)
@@ -98,6 +98,9 @@ private:
     sigc::connection _removedConnection;
     sigc::connection _opacityConnection;
 
+    // Internal
+    sigc::connection _selectedConnection;
+
     int _maxNestDepth;
     Inkscape::LayerManager* _mgr;
     SPDesktop* _desktop;