X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Fgroupscreen.cpp;fp=bigscreen%2Fgroupscreen.cpp;h=d4174574d67baf6ffb29c454428be6fa58433275;hp=1513ef31c36bc42972606d2ea61e29ac9b8a06f2;hb=50753f7c1244d9deebe5b31b19953c5503c8f7b9;hpb=cb9749b300678e08c05bed4288ac200a13811b70 diff --git a/bigscreen/groupscreen.cpp b/bigscreen/groupscreen.cpp index 1513ef3..d417457 100644 --- a/bigscreen/groupscreen.cpp +++ b/bigscreen/groupscreen.cpp @@ -127,7 +127,7 @@ void GroupScreen::draw_scores(std::vector &td, const Group &group, un unsigned this_width = my_draw_text(text, NULL, 22.0, "score" + suffix); if (j->chosen) { - my_draw_text_deferred(td, text, 22.0, "chosensongname" + suffix, "freshchosensongname" + suffix, x + max_num_width - this_width, y); + my_draw_text_deferred(td, text, 22.0, "score" + suffix, "freshscore" + suffix, x + max_num_width - this_width, y); // draw the long name if we can, otherwise use the short one if (my_draw_text(j->song.title, NULL, 12.0, "chosensongname") > (colwidth[col] - 10 - max_num_width)) {