Fix cut and paste error

This commit is contained in:
Juergen Spitzmueller 2021-03-09 13:03:33 +01:00
parent f298072012
commit f07a588b25

View 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)));