From 6694df39c1a9850cac05888db6b3531e17debef5 Mon Sep 17 00:00:00 2001 From: "Liam P. White" Date: Sat, 26 Jul 2014 20:19:01 -0400 Subject: Properly fix 1309050, revert incorrect fix for 601336 Fixed bugs: - https://launchpad.net/bugs/1309050 (bzr r13472) --- src/shape-editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shape-editor.cpp') 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")); } } } -- cgit v1.2.3