mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
Backport for http://bugzilla.lyx.org/show_bug.cgi?id=4194
(focus of buttons in search dialog). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@23691 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d6c3c06197
commit
68d16e9466
@ -149,6 +149,8 @@ void QSearch::build_dialog()
|
|||||||
|
|
||||||
void QSearch::update_contents()
|
void QSearch::update_contents()
|
||||||
{
|
{
|
||||||
|
dialog_->findPB->setFocus();
|
||||||
|
dialog_->findCO->setFocus();
|
||||||
dialog_->findCO->lineEdit()->selectAll();
|
dialog_->findCO->lineEdit()->selectAll();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -102,6 +102,8 @@ What's new
|
|||||||
- Remove the menu entries to swap rows/columns as this feature is not
|
- Remove the menu entries to swap rows/columns as this feature is not
|
||||||
implemented.
|
implemented.
|
||||||
|
|
||||||
|
- Fix wrong focusing of buttons in search dialog (bug 4194).
|
||||||
|
|
||||||
|
|
||||||
* DOCUMENTATION
|
* DOCUMENTATION
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user