From: buliabyak Date: Wed, 5 Sep 2007 19:30:23 +0000 (+0000) Subject: initially hide the remove button X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a2d7744ac6aaa1458a7ee3234833c3c8adcf8b0d;p=inkscape.git initially hide the remove button --- diff --git a/src/ui/dialog/livepatheffect-editor.cpp b/src/ui/dialog/livepatheffect-editor.cpp index 363f2b606..f55fcdda0 100644 --- a/src/ui/dialog/livepatheffect-editor.cpp +++ b/src/ui/dialog/livepatheffect-editor.cpp @@ -90,7 +90,6 @@ LivePathEffectEditor::LivePathEffectEditor(Behavior::BehaviorFactory behavior_fa effectcontrol_vbox.pack_start(explain_label, true, true); effectcontrol_vbox.pack_end(button_remove, true, true); - button_remove.hide(); effectcontrol_frame.add(effectcontrol_vbox); vbox->pack_start(effectapplication_frame, true, true); @@ -109,6 +108,7 @@ LivePathEffectEditor::LivePathEffectEditor(Behavior::BehaviorFactory behavior_fa setDesktop(SP_ACTIVE_DESKTOP); show_all_children(); + button_remove.hide(); } LivePathEffectEditor::~LivePathEffectEditor()