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