From: johanengelen Date: Sun, 20 Jul 2008 20:04:37 +0000 (+0000) Subject: remove redundant code from lpe dialog X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e018daf5696bee513e8574a6730e2ce79d2a3a23;p=inkscape.git remove redundant code from lpe dialog --- diff --git a/src/ui/dialog/livepatheffect-editor.cpp b/src/ui/dialog/livepatheffect-editor.cpp index abf79d98d..671b28010 100644 --- a/src/ui/dialog/livepatheffect-editor.cpp +++ b/src/ui/dialog/livepatheffect-editor.cpp @@ -125,14 +125,12 @@ LivePathEffectEditor::LivePathEffectEditor() effectlist_view.set_model(effectlist_store); effectlist_view.set_rules_hint(); - effectlist_view.set_headers_clickable(true); - effectlist_view.set_headers_visible(true); + effectlist_view.set_headers_visible(false); // Handle tree selections effectlist_selection = effectlist_view.get_selection(); effectlist_selection->signal_changed().connect( sigc::mem_fun(*this, &LivePathEffectEditor::on_effect_selection_changed) ); - effectlist_view.set_headers_visible(false); //Add the TreeView's view columns: effectlist_view.append_column("Effect", columns.col_name);