Change bool/int condition
This commit is contained in:
@@ -880,7 +880,7 @@ void PlaylistView::mousePressEvent(QMouseEvent *event) {
|
||||
|
||||
void PlaylistView::scrollContentsBy(int dx, int dy) {
|
||||
|
||||
if (dx) {
|
||||
if (dx > 0) {
|
||||
InvalidateCachedCurrentPixmap();
|
||||
}
|
||||
cached_tree_ = QPixmap();
|
||||
|
||||
Reference in New Issue
Block a user