Skip to content

Commit

Permalink
Update correctly playlist font sizes when changing
Browse files Browse the repository at this point in the history
  • Loading branch information
TT-ReBORN committed Nov 30, 2021
1 parent 16a922f commit abfe27f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions profile/georgia-reborn/js/georgia-reborn-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1922,6 +1922,7 @@ function onOptionsMenu(x, y) {
pref.font_size_playlist_header = size;
}
createPlaylistFonts();
reinitPlaylist();
playlist.on_size(ww, wh);
window.Repaint();
});
Expand All @@ -1936,6 +1937,7 @@ function onOptionsMenu(x, y) {
}
g_properties.row_h = Math.round(pref.font_size_playlist * 1.667);
createPlaylistFonts();
reinitPlaylist();
playlist.on_size(ww, wh);
window.Repaint();
});
Expand Down

0 comments on commit abfe27f

Please sign in to comment.