diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-12-08 00:54:28 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-12-08 00:54:28 +0100 |
commit | 8c44c5e2d0360e73a1ee534f9ffa46a24c1bc059 (patch) | |
tree | 7bf32ee82a9e15fdffd55f330e3a6ea1536c5460 /.travis.yml | |
parent | Try to fix binding loop warning (diff) | |
download | nheko-8c44c5e2d0360e73a1ee534f9ffa46a24c1bc059.tar.xz |
Change scroll behaviour of timeline
This requires Qt 5.9 (to calculate overshoot). The default scroll behaviour of list views has far too much inertia. This should make scrolling feel more like scrolling the other scroll areas of nheko.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index b6112eb1..4ab6408a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,8 +43,8 @@ matrix: env: - CXX_COMPILER=g++-8 - C_COMPILER=gcc-8 - - QT_VERSION=58 - - QT_PKG=58 + - QT_VERSION=592 + - QT_PKG=59 - USE_BUNDLED_BOOST=1 - USE_BUNDLED_CMARK=1 - USE_BUNDLED_JSON=1 |