]> git.lyx.org Git - features.git/commitdiff
Fix bug http://bugzilla.lyx.org/show_bug.cgi?id=5567: Enable up button in command...
authorVincent van Ravesteijn <vfr@lyx.org>
Tue, 25 Nov 2008 13:20:54 +0000 (13:20 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Tue, 25 Nov 2008 13:20:54 +0000 (13:20 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27701 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiCommandBuffer.cpp

index 3fa41194fa5e1c6911c8cb002dcfcc7cadd9fc76..f05a15f6e5b317ebbfc42871070af647a73aa239 100644 (file)
@@ -97,6 +97,7 @@ GuiCommandBuffer::GuiCommandBuffer(GuiView * view)
        down->setToolTip(qt_("Next command"));
        down->setMaximumSize(24, 24);
        connect(down, SIGNAL(clicked()), this, SLOT(down()));
+       connect(up, SIGNAL(clicked()), this, SLOT(up()));
 
        edit_ = new GuiCommandEdit(this);
        edit_->setMinimumSize(edit_->sizeHint());