summaryrefslogtreecommitdiff
path: root/src/preview/PreviewModel.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-15 17:42:19 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-15 17:42:19 (GMT)
commit08f9721619f5317afdc4bd8a40ba6c0fe49a6967 (patch)
treea0acbd4e6d695a45ef46266a41854c47e3752395 /src/preview/PreviewModel.cpp
parent98445721fd8151381bb6fab07b9a35c2367867ae (diff)
downloadpowder-08f9721619f5317afdc4bd8a40ba6c0fe49a6967.zip
powder-08f9721619f5317afdc4bd8a40ba6c0fe49a6967.tar.gz
Missing part of fix for save comments page number
Diffstat (limited to 'src/preview/PreviewModel.cpp')
-rw-r--r--src/preview/PreviewModel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/preview/PreviewModel.cpp b/src/preview/PreviewModel.cpp
index 2abccff..b0cca7f 100644
--- a/src/preview/PreviewModel.cpp
+++ b/src/preview/PreviewModel.cpp
@@ -285,6 +285,7 @@ void PreviewModel::Update()
{
throw PreviewModelException("Save file corrupt or from newer version");
}
+ notifyCommentsPageChanged();
}
notifySaveChanged();