From e018daf5696bee513e8574a6730e2ce79d2a3a23 Mon Sep 17 00:00:00 2001 From: johanengelen Date: Sun, 20 Jul 2008 20:04:37 +0000 Subject: [PATCH] remove redundant code from lpe dialog --- src/ui/dialog/livepatheffect-editor.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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); -- 2.30.2