parent
237933855a
commit
21c4022fca
|
@ -894,7 +894,7 @@ void PlaylistView::mousePressEvent(QMouseEvent *event) {
|
||||||
|
|
||||||
void PlaylistView::scrollContentsBy(int dx, int dy) {
|
void PlaylistView::scrollContentsBy(int dx, int dy) {
|
||||||
|
|
||||||
if (dx > 0) {
|
if (dx != 0) {
|
||||||
InvalidateCachedCurrentPixmap();
|
InvalidateCachedCurrentPixmap();
|
||||||
}
|
}
|
||||||
cached_tree_ = QPixmap();
|
cached_tree_ = QPixmap();
|
||||||
|
|
Loading…
Reference in New Issue