aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/screens/UScreenSong.pas7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/screens/UScreenSong.pas b/src/screens/UScreenSong.pas
index fa45697b..65f3c157 100644
--- a/src/screens/UScreenSong.pas
+++ b/src/screens/UScreenSong.pas
@@ -1661,12 +1661,11 @@ begin
if VS > 0 then
begin
- if (not isScrolling) and (VS > 1) then
+ if (not isScrolling) and (VS > 0) then
begin
isScrolling := true;
OnSongDeselect;
- end else if (VS=0) then // fix for tabs=on
- UnLoadDetailedCover;
+ end;
Skip := 1;
@@ -1701,7 +1700,7 @@ begin
if VS > 1 then
begin
- if (not isScrolling) and (VS > 1) then
+ if (not isScrolling) and (VS > 0) then
begin
isScrolling := true;
OnSongDeselect;