]> git.lyx.org Git - features.git/commitdiff
Enable OK/Apply buttons when resetting to class defaults.
authorJuergen Spitzmueller <spitz@lyx.org>
Wed, 1 Nov 2017 11:03:54 +0000 (12:03 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Wed, 1 Nov 2017 17:07:56 +0000 (18:07 +0100)
(cherry picked from commit b851a349b6f303824f329a5dc854827f66828764)

src/frontends/qt4/GuiDocument.cpp
status.22x

index b11296a1cff70e6ea79c3ecbf3c3605dbc3e881e..77a1e5f9e8dc02cdc82669c397b1453becc59e04 100644 (file)
@@ -3624,6 +3624,7 @@ void GuiDocument::useClassDefaults()
        }
        bp_.useClassDefaults();
        paramsToDialog();
+       changed();
 }
 
 
index 46e90277c115ee60e7342c739c0e0b7936d2edbe..0f1e6e56688ef40006ba5c83abf79f9b1e4d97c2 100644 (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