diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-02-27 00:36:21 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-03-24 12:45:11 +0000 |
| commit | 7dc58c52c128f933ca8b4b8cf95c1eb0f7903cdc (patch) | |
| tree | c377ea5d34cc1f005959dd152b3dabb39788b604 /src/ui/dialog/cssdialog.cpp | |
| parent | Also deploy the dependencies of .so files coming with Python (diff) | |
| download | inkscape-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.cpp | 1 |
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); |
