implemented pausing on hover

This commit is contained in:
fourtf
2018-11-03 21:26:57 +01:00
parent 22cf4368bd
commit 5453c65f0f
10 changed files with 395 additions and 304 deletions
+1 -1
View File
@@ -264,7 +264,7 @@ void Scrollbar::paintEvent(QPaintEvent *)
// draw highlights
auto snapshot = this->getHighlightSnapshot();
size_t snapshotLength = snapshot.getLength();
size_t snapshotLength = snapshot.size();
if (snapshotLength == 0)
{