summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-06-12 23:34:34 +0000
committerJabiertxof <jabier.arraiza@marker.es>2019-06-12 23:34:34 +0000
commit53ec1501b46b65808816d3d7adff12514d49942c (patch)
treef905f5c9e4c716c55f0f66c4e98f36b0b38ea6f4 /src/ui
parentUpdate objects style when remove from selector (diff)
downloadinkscape-53ec1501b46b65808816d3d7adff12514d49942c.tar.gz
inkscape-53ec1501b46b65808816d3d7adff12514d49942c.zip
Gix a bug dragging/droping selectors
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/dialog/selectorsdialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/dialog/selectorsdialog.cpp b/src/ui/dialog/selectorsdialog.cpp
index 0794017a6..0f88b634d 100644
--- a/src/ui/dialog/selectorsdialog.cpp
+++ b/src/ui/dialog/selectorsdialog.cpp
@@ -274,6 +274,7 @@ void SelectorsDialog::TreeStore::on_row_deleted(const TreeModel::Path &path)
g_debug("on_row_deleted");
_selectorsdialog->_writeStyleElement();
+ _selectorsdialog->_readStyleElement();
}