summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-09-30 22:26:33 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-09-30 22:26:33 +0300
commit775d2e88f58b2e4ef52bcee4d76ec47a4fde316a (patch)
tree907005c211eba99a41d5b24d9a9aa562ddc1ae18 /include
parentAdd custom logging format (diff)
downloadnheko-775d2e88f58b2e4ef52bcee4d76ec47a4fde316a.tar.xz
Don't move scrollbar to the bottom when it's active
fixes #55
Diffstat (limited to 'include')
-rw-r--r--include/TimelineView.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/TimelineView.h b/include/TimelineView.h

index 61283fa2..c5c84bdb 100644 --- a/include/TimelineView.h +++ b/include/TimelineView.h
@@ -133,7 +133,9 @@ private: QString prev_batch_token_; QString local_user_; - bool isPaginationInProgress_ = false; + bool isPaginationInProgress_ = false; + + // Keeps track whether or not the user has visited the view. bool isInitialized = false; bool isTimelineFinished = false; bool isInitialSync = true;