summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/cssdialog.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-02-27 00:36:21 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-03-24 12:45:11 +0000
commit7dc58c52c128f933ca8b4b8cf95c1eb0f7903cdc (patch)
treec377ea5d34cc1f005959dd152b3dabb39788b604 /src/ui/dialog/cssdialog.cpp
parentAlso deploy the dependencies of .so files coming with Python (diff)
downloadinkscape-7dc58c52c128f933ca8b4b8cf95c1eb0f7903cdc.tar.gz
inkscape-7dc58c52c128f933ca8b4b8cf95c1eb0f7903cdc.zip
Add base of working
Diffstat (limited to 'src/ui/dialog/cssdialog.cpp')
-rw-r--r--src/ui/dialog/cssdialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/dialog/cssdialog.cpp b/src/ui/dialog/cssdialog.cpp
index 90488e203..06dfc9348 100644
--- a/src/ui/dialog/cssdialog.cpp
+++ b/src/ui/dialog/cssdialog.cpp
@@ -98,6 +98,7 @@ CssDialog::CssDialog()
}
Gtk::CellRendererText *renderer = Gtk::manage(new Gtk::CellRendererText());
+ _treeView.set_reorderable(false);
renderer->property_editable() = true;
int nameColNum = _treeView.append_column("Property", *renderer) - 1;
_propCol = _treeView.get_column(nameColNum);