Skip to content

Commit 14c00d5

Browse files
committed
upd again
1 parent ed75d33 commit 14c00d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gtk/PageView.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ PageView::setZoom (gdouble zoom)
391391

392392
// Notify any listeners about the zoom change
393393
if (m_Pter != NULL) {
394-
m_Pter->zoomChanged(m_ZoomLevel);
394+
m_Pter->notifyPageZoomed(m_ZoomLevel);
395395
}
396396
}
397397
}

0 commit comments

Comments
 (0)