]> git.lyx.org Git - features.git/commitdiff
unfocus layout combo on select
authorJohn Levon <levon@movementarian.org>
Thu, 29 Aug 2002 14:43:01 +0000 (14:43 +0000)
committerJohn Levon <levon@movementarian.org>
Thu, 29 Aug 2002 14:43:01 +0000 (14:43 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5175 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt2/ChangeLog
src/frontends/qt2/Toolbar_pimpl.C

index 19d6cbfde2a7e5dd4291782859e4c1f258b4662e..da88e84d36df781ee06585b0122b9dcf8ebbaf08 100644 (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)
index f18da20f74529e0998459b6f791eac1b9fa4579a..d994c443b12561e1399b1ee5448f91fb9393d761 100644 (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();