mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Fix cut and paste error
This commit is contained in:
parent
f298072012
commit
f07a588b25
@ -665,7 +665,7 @@ GuiView::GuiView(int id)
|
|||||||
zoom_out_->setEnabled(currentBufferView());
|
zoom_out_->setEnabled(currentBufferView());
|
||||||
statusBar()->addPermanentWidget(zoom_slider_);
|
statusBar()->addPermanentWidget(zoom_slider_);
|
||||||
zoom_slider_->setEnabled(currentBufferView());
|
zoom_slider_->setEnabled(currentBufferView());
|
||||||
zoom_out_->setEnabled(currentBufferView());
|
zoom_in_->setEnabled(currentBufferView());
|
||||||
statusBar()->addPermanentWidget(zoom_in_);
|
statusBar()->addPermanentWidget(zoom_in_);
|
||||||
|
|
||||||
connect(zoom_slider_, SIGNAL(sliderMoved(int)), this, SLOT(zoomSliderMoved(int)));
|
connect(zoom_slider_, SIGNAL(sliderMoved(int)), this, SLOT(zoomSliderMoved(int)));
|
||||||
|
Loading…
Reference in New Issue
Block a user