]> git.lyx.org Git - lyx.git/commitdiff
Fix cut and paste error
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 9 Mar 2021 12:03:33 +0000 (13:03 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Tue, 9 Mar 2021 12:03:33 +0000 (13:03 +0100)
src/frontends/qt/GuiView.cpp

index 3fafd20e87980eb2242ffc8f5e2023f2b3e7feea..679d84df3e71a3eca8a9bc13cd97d196563b3bd7 100644 (file)
@@ -665,7 +665,7 @@ GuiView::GuiView(int id)
        zoom_out_->setEnabled(currentBufferView());
        statusBar()->addPermanentWidget(zoom_slider_);
        zoom_slider_->setEnabled(currentBufferView());
-       zoom_out_->setEnabled(currentBufferView());
+       zoom_in_->setEnabled(currentBufferView());
        statusBar()->addPermanentWidget(zoom_in_);
 
        connect(zoom_slider_, SIGNAL(sliderMoved(int)), this, SLOT(zoomSliderMoved(int)));