mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
unfocus layout combo on select
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5175 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d50d8be29e
commit
ab55b442b1
@ -1,3 +1,7 @@
|
||||
2002-08-29 John Levon <levon@movementarian.org>
|
||||
|
||||
* Toolbar_pimpl.C: defocus layout combo on select
|
||||
|
||||
2002-08-29 John Levon <levon@movementarian.org>
|
||||
|
||||
* QtView.C: add back in allow/prohibitInput (for now)
|
||||
|
@ -133,6 +133,8 @@ void Toolbar::Pimpl::button_selected(QToolButton * button)
|
||||
|
||||
void Toolbar::Pimpl::changed_layout(string const & sel)
|
||||
{
|
||||
owner_->centralWidget()->setFocus();
|
||||
|
||||
LyXTextClass const & tc =
|
||||
owner_->buffer()->params.getLyXTextClass();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user