From 390417d627e7a0efec7b7fc15e64b3257c4506f7 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sun, 20 Jul 2008 20:04:37 +0000 Subject: remove redundant code from lpe dialog (bzr r6375) --- src/ui/dialog/livepatheffect-editor.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') 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); -- cgit v1.2.3