diff options
| author | jacob1 <jfu614@gmail.com> | 2012-12-14 18:34:00 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2012-12-14 18:34:00 (GMT) |
| commit | 05fc39e40faa817cdbf3e50de94d28a5ef9349dc (patch) | |
| tree | 449557cc23018e9b0257786fd4ccab75ca94e5d1 /src/preview/PreviewModel.cpp | |
| parent | 002743ef085b21789e02505c30d5186c043d92b5 (diff) | |
| download | powder-05fc39e40faa817cdbf3e50de94d28a5ef9349dc.zip powder-05fc39e40faa817cdbf3e50de94d28a5ef9349dc.tar.gz | |
a working scrollbar in the save preview. Also, fix the bug where you couldn't go back up a page when there weren't enough comments to fill a page
Diffstat (limited to 'src/preview/PreviewModel.cpp')
| -rw-r--r-- | src/preview/PreviewModel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/preview/PreviewModel.cpp b/src/preview/PreviewModel.cpp index 20f6bfd..399fedf 100644 --- a/src/preview/PreviewModel.cpp +++ b/src/preview/PreviewModel.cpp @@ -63,7 +63,6 @@ void * PreviewModel::updateSaveDataT() void * PreviewModel::updateSaveCommentsT() { - //Haha, j/k std::vector<SaveComment*> * tempComments = Client::Ref().GetComments(tSaveID, (commentsPageNumber-1)*20, 20); updateSaveCommentsFinished = true; return tempComments; |
