mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Added missing zoomUpdated signal call to viewer
This commit is contained in:
parent
d379efd76e
commit
0c192d2f24
@ -412,7 +412,8 @@ void Viewer::setZoomFactor(qreal z)
|
|||||||
zoom = 0.1;
|
zoom = 0.1;
|
||||||
else
|
else
|
||||||
zoom = z;
|
zoom = z;
|
||||||
// updateContentSize()
|
|
||||||
|
emit zoomUpdated(zoom);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Viewer::updateVerticalScrollBar()
|
void Viewer::updateVerticalScrollBar()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user