From 0babdd8989f3560673d9af075db7cfc34f0550ba Mon Sep 17 00:00:00 2001 From: speare Date: Sun, 8 Mar 2009 16:34:25 +0000 Subject: [PATCH] deleting layer also hid layers, missing 'break' statement --- src/ui/dialog/layers.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/dialog/layers.cpp b/src/ui/dialog/layers.cpp index 0e75401ab..680a53e97 100644 --- a/src/ui/dialog/layers.cpp +++ b/src/ui/dialog/layers.cpp @@ -260,6 +260,7 @@ bool LayersPanel::_executeAction() { _fireAction( SP_VERB_LAYER_DELETE ); } + break; case BUTTON_SOLO: { _fireAction( SP_VERB_LAYER_SOLO ); -- 2.30.2