Code

Added the ability to toggle a layer "solo". Fixes bug #171530.
[inkscape.git] / src / verbs.h
index 6447bbadd45a7801b145568419421bb63a4f62c1..198a25521de91d0efc4a296112f013d37cdeebab 100644 (file)
@@ -129,6 +129,7 @@ enum {
     SP_VERB_LAYER_RAISE,
     SP_VERB_LAYER_LOWER,
     SP_VERB_LAYER_DELETE,
+    SP_VERB_LAYER_SOLO,
     /* Object */
     SP_VERB_OBJECT_ROTATE_90_CW,
     SP_VERB_OBJECT_ROTATE_90_CCW,