From 775d2e88f58b2e4ef52bcee4d76ec47a4fde316a Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Sat, 30 Sep 2017 22:26:33 +0300 Subject: Don't move scrollbar to the bottom when it's active fixes #55 --- include/TimelineView.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/TimelineView.h') 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; -- cgit 1.5.1