]> git.lyx.org Git - features.git/commitdiff
Focus keyword filed in Thesaurus dialog
authorRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 18 Jun 2020 14:51:05 +0000 (10:51 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 18 Jun 2020 14:51:59 +0000 (10:51 -0400)
(cherry picked from commit ef65414d25d36bacd2ff057a47d71bc362f6898d)

src/frontends/qt4/GuiThesaurus.cpp
status.23x

index 0ebbb4abfeb68db4e47316a250e7128ad3f62d34..27ed9c991c07e405e4f10c8a2777dbdd679634c8 100644 (file)
@@ -90,6 +90,8 @@ GuiThesaurus::GuiThesaurus(GuiView & lv)
        bc().addReadOnly(replaceED);
        bc().addReadOnly(replacePB);
        bc().setPolicy(ButtonPolicy::OkApplyCancelReadOnlyPolicy);
+
+       setFocusProxy(entryCO);
 }
 
 void GuiThesaurus::checkStatus()
index 53e908b5917e5c4a6bfc30be898c20fd7a000543..411e40ce6bdac4f2015a2e877864589ca9b3a940 100644 (file)
@@ -24,6 +24,8 @@ What's new
 
 - Add support for the doublestroke package in mathed (bug 11887).
 
+- Focus keyword field in Thesaurus dialog.
+
 
 * MISCELLANEOUS