mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
Focus keyword filed in Thesaurus dialog
(cherry picked from commit ef65414d25
)
This commit is contained in:
parent
4cec1ea367
commit
2e7e9af991
@ -90,6 +90,8 @@ GuiThesaurus::GuiThesaurus(GuiView & lv)
|
|||||||
bc().addReadOnly(replaceED);
|
bc().addReadOnly(replaceED);
|
||||||
bc().addReadOnly(replacePB);
|
bc().addReadOnly(replacePB);
|
||||||
bc().setPolicy(ButtonPolicy::OkApplyCancelReadOnlyPolicy);
|
bc().setPolicy(ButtonPolicy::OkApplyCancelReadOnlyPolicy);
|
||||||
|
|
||||||
|
setFocusProxy(entryCO);
|
||||||
}
|
}
|
||||||
|
|
||||||
void GuiThesaurus::checkStatus()
|
void GuiThesaurus::checkStatus()
|
||||||
|
@ -24,6 +24,8 @@ What's new
|
|||||||
|
|
||||||
- Add support for the doublestroke package in mathed (bug 11887).
|
- Add support for the doublestroke package in mathed (bug 11887).
|
||||||
|
|
||||||
|
- Focus keyword field in Thesaurus dialog.
|
||||||
|
|
||||||
|
|
||||||
* MISCELLANEOUS
|
* MISCELLANEOUS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user