diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-02-17 19:29:53 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-02-17 19:29:53 +0200 |
commit | 7e2f835eeceb31232f5d0e46703fc52a32bbef7a (patch) | |
tree | 6b8c4dacd059eda9d4c2d6501a12947da3454fc4 /src/timeline | |
parent | Remove QPropertyAnimation from modals to work around a regression on Qt 5.10.... (diff) | |
download | nheko-7e2f835eeceb31232f5d0e46703fc52a32bbef7a.tar.xz |
Properly detect the start of the timeline
We can't rely solely on the number of the returned messages because it could be zero if all the event types are unknown. fixes #168
Diffstat (limited to 'src/timeline')
-rw-r--r-- | src/timeline/TimelineView.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/timeline/TimelineView.cc b/src/timeline/TimelineView.cc |