diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-06-25 20:48:50 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-06-25 20:48:50 +0000 |
| commit | 66419f96a41c0039f1b5ea58629f76ffa7850035 (patch) | |
| tree | 44e632d8c38436ff434c5452a20bb52403cdc64c /src/extension/prefdialog.cpp | |
| parent | French translation: simplify the plural form (diff) | |
| download | inkscape-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.cpp | 1 |
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(); } |
