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:
John Levon 2002-08-29 14:43:01 +00:00
parent d50d8be29e
commit ab55b442b1
2 changed files with 6 additions and 0 deletions

View File

@ -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)

View File

@ -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();