mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 19:59:46 +00:00
Enable OK/Apply buttons when resetting to class defaults.
(cherry picked from commit b851a349b6
)
This commit is contained in:
parent
d158f78f87
commit
16fcce1f71
@ -3624,6 +3624,7 @@ void GuiDocument::useClassDefaults()
|
||||
}
|
||||
bp_.useClassDefaults();
|
||||
paramsToDialog();
|
||||
changed();
|
||||
}
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user