Missing part of fix for save comments page number

This commit is contained in:
Simon Robertshaw
2012-08-15 18:42:19 +01:00
parent 98445721fd
commit 08f9721619

View File

@@ -285,6 +285,7 @@ void PreviewModel::Update()
{ {
throw PreviewModelException("Save file corrupt or from newer version"); throw PreviewModelException("Save file corrupt or from newer version");
} }
notifyCommentsPageChanged();
} }
notifySaveChanged(); notifySaveChanged();