2024-05-08 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in rdairplay(1) that caused the start time
	indicators in the button log to display the incorrect color for
	hard time events.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2024-05-08 15:25:48 -04:00
parent 1908a556f7
commit 09823c57af
3 changed files with 13 additions and 0 deletions

View File

@@ -114,7 +114,9 @@ class LogLineBox : public RDWidget
QPalette line_changed_stop_palette;
QPalette line_changed_play_palette;
QPalette line_time_palette;
QString line_time_style_sheet;
QPalette line_hard_palette;
QString line_hard_style_sheet;
QPalette line_timescale_palette;
QPalette line_transition_palette;
QPalette line_text_palette;