From a2d7744ac6aaa1458a7ee3234833c3c8adcf8b0d Mon Sep 17 00:00:00 2001 From: buliabyak Date: Wed, 5 Sep 2007 19:30:23 +0000 Subject: [PATCH] initially hide the remove button --- src/ui/dialog/livepatheffect-editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.30.2