Skip to content

Commit

Permalink
Merge pull request #919 from Travisrowe/esc_backspace_w_tabs_fix
Browse files Browse the repository at this point in the history
Esc Backspace issue W Tabs fix
  • Loading branch information
bohning authored Oct 27, 2024
2 parents dfaa5c1 + d203559 commit 260053a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/UScreenSong.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ function TScreenSong.ParseInput(PressedKey: cardinal; CharCode: UCS4Char; Presse
Fix := true;

//On Escape goto Cat-List Hack
if (Ini.TabsAtStartup = 1) and (CatSongs.CatNumShow <> -1) then
if (Ini.Tabs = 1) and (CatSongs.CatNumShow <> -1) then
begin

//Find Category
Expand Down

0 comments on commit 260053a

Please sign in to comment.