mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-30 13:20:58 +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();
|
bp_.useClassDefaults();
|
||||||
paramsToDialog();
|
paramsToDialog();
|
||||||
|
changed();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -128,6 +128,8 @@ What's new
|
|||||||
|
|
||||||
- Fix bad context menu on insets that do not have one (bug 10616).
|
- Fix bad context menu on insets that do not have one (bug 10616).
|
||||||
|
|
||||||
|
- Enable OK/Apply buttons when resetting to class defaults.
|
||||||
|
|
||||||
|
|
||||||
* INTERNALS
|
* INTERNALS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user