mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Update zoom display after zoom has been set
This commit is contained in:
parent
c8feef2e23
commit
0a3f856bc1
@ -894,6 +894,7 @@ void GuiView::saveUISettings() const
|
||||
void GuiView::setCurrentZoom(const int v)
|
||||
{
|
||||
lyxrc.currentZoom = v;
|
||||
zoom_value_->setText(toqstr(bformat(_("[[ZOOM]]%1$d%"), v)));
|
||||
Q_EMIT currentZoomChanged(v);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user