Fixed missing comma in color tooltips

This commit is contained in:
2026-07-07 14:14:36 -06:00
parent ae6d5ebeef
commit d0034cd112

View File

@@ -1777,7 +1777,7 @@ text_color_event_list (int color)
{
if (line_len + name_len + 2 > 76)
{
g_string_append_c (events, '\n');
g_string_append (events, ",\n");
line_len = 0;
}
else