diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-07-20 20:04:37 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-07-20 20:04:37 +0000 |
| commit | 390417d627e7a0efec7b7fc15e64b3257c4506f7 (patch) | |
| tree | b2ca1208ff24911c163476371d210f80c37abbc1 /src/ui/dialog/livepatheffect-editor.cpp | |
| parent | whitespace, and add virtual destructor to ModelColumns of LPE stack dialog (diff) | |
| download | inkscape-390417d627e7a0efec7b7fc15e64b3257c4506f7.tar.gz inkscape-390417d627e7a0efec7b7fc15e64b3257c4506f7.zip | |
remove redundant code from lpe dialog
(bzr r6375)
Diffstat (limited to 'src/ui/dialog/livepatheffect-editor.cpp')
| -rw-r--r-- | src/ui/dialog/livepatheffect-editor.cpp | 4 |
1 files changed, 1 insertions, 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); |
