summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 06c725b)
raw | patch | inline | side by side (parent: 06c725b)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Sun, 20 Jul 2008 20:04:37 +0000 (20:04 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Sun, 20 Jul 2008 20:04:37 +0000 (20:04 +0000) |
src/ui/dialog/livepatheffect-editor.cpp | patch | blob | history |
index abf79d98dba8daeedfdf402ae76263e3f3394cc6..671b28010ea801fe2f10c33a70dca32be2d9f23d 100644 (file)
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);