summaryrefslogtreecommitdiffstats
path: root/src/extension/prefdialog.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-06-25 20:48:50 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-06-25 20:48:50 +0000
commit66419f96a41c0039f1b5ea58629f76ffa7850035 (patch)
tree44e632d8c38436ff434c5452a20bb52403cdc64c /src/extension/prefdialog.cpp
parentFrench translation: simplify the plural form (diff)
downloadinkscape-66419f96a41c0039f1b5ea58629f76ffa7850035.tar.gz
inkscape-66419f96a41c0039f1b5ea58629f76ffa7850035.zip
Fix for bug 1777530 on master
Diffstat (limited to 'src/extension/prefdialog.cpp')
-rw-r--r--src/extension/prefdialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extension/prefdialog.cpp b/src/extension/prefdialog.cpp
index 94456b8d4..2d1192d04 100644
--- a/src/extension/prefdialog.cpp
+++ b/src/extension/prefdialog.cpp
@@ -217,6 +217,7 @@ PrefDialog::param_timer_expire () {
if (_exEnv != nullptr) {
_exEnv->cancel();
_exEnv->undo();
+ _exEnv->reselect();
_exEnv->run();
}