Enable OK/Apply buttons when resetting to class defaults.

(cherry picked from commit b851a349b6)
This commit is contained in:
Juergen Spitzmueller 2017-11-01 12:03:54 +01:00
parent d158f78f87
commit 16fcce1f71
2 changed files with 3 additions and 0 deletions

View File

@ -3624,6 +3624,7 @@ void GuiDocument::useClassDefaults()
}
bp_.useClassDefaults();
paramsToDialog();
changed();
}

View File

@ -128,6 +128,8 @@ What's new
- Fix bad context menu on insets that do not have one (bug 10616).
- Enable OK/Apply buttons when resetting to class defaults.
* INTERNALS