summaryrefslogtreecommitdiffstats
path: root/src/shape-editor.cpp
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2014-07-27 00:19:01 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-07-27 00:19:01 +0000
commit6694df39c1a9850cac05888db6b3531e17debef5 (patch)
treee0ab3e29d94e78468c270e00a1c1926668ca2062 /src/shape-editor.cpp
parentFix for crash regression 1348927 -- dialogs that are shown but have not been ... (diff)
downloadinkscape-6694df39c1a9850cac05888db6b3531e17debef5.tar.gz
inkscape-6694df39c1a9850cac05888db6b3531e17debef5.zip
Properly fix 1309050, revert incorrect fix for 601336
Fixed bugs: - https://launchpad.net/bugs/1309050 (bzr r13472)
Diffstat (limited to 'src/shape-editor.cpp')
-rw-r--r--src/shape-editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shape-editor.cpp b/src/shape-editor.cpp
index acb1abfb0..bf53e8bc3 100644
--- a/src/shape-editor.cpp
+++ b/src/shape-editor.cpp
@@ -145,7 +145,7 @@ void ShapeEditor::shapeeditor_event_attr_changed(gchar const *name)
if (changed_kh) {
// this can happen if an LPEItem's knotholder handle was dragged, in which case we want
// to keep the knotholder; in all other cases (e.g., if the LPE itself changes) we delete it
- reset_item(SH_KNOTHOLDER, !strcmp(name, "d") || !strcmp(name, "style"));
+ reset_item(SH_KNOTHOLDER, !strcmp(name, "d"));
}
}
}