diff options
| author | Ed Halley <ed@halley.cc> | 2009-03-08 16:34:25 +0000 |
|---|---|---|
| committer | speare <speare@users.sourceforge.net> | 2009-03-08 16:34:25 +0000 |
| commit | ec67d443890e3612e5950380dd6b8384fe03b7e8 (patch) | |
| tree | 7c47f972fab6cf6e36c146e11abe8be26bca0829 /src/ui/dialog/layers.cpp | |
| parent | xml tree widget also shows inkscape:label if any (diff) | |
| download | inkscape-ec67d443890e3612e5950380dd6b8384fe03b7e8.tar.gz inkscape-ec67d443890e3612e5950380dd6b8384fe03b7e8.zip | |
deleting layer also hid layers, missing 'break' statement
(bzr r7441)
Diffstat (limited to 'src/ui/dialog/layers.cpp')
| -rw-r--r-- | src/ui/dialog/layers.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 ); |
