Skip to content

Commit ed75d33

Browse files
committed
upd again
1 parent 21ec93a commit ed75d33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gtk/PageView.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,8 @@ PageView::setZoom (gdouble zoom)
390390
resizePage(origWidth, origHeight);
391391

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

0 commit comments

Comments
 (0)