diff --git a/docs/opsguide/rdairplay.xml b/docs/opsguide/rdairplay.xml index c4d98140..7a97427b 100644 --- a/docs/opsguide/rdairplay.xml +++ b/docs/opsguide/rdairplay.xml @@ -161,13 +161,15 @@ widget counts down the final few seconds of each event. The length of time it counts down, along with whether it counts to the start of the next transition or the absolute end of the event are both - configurable in RDADmin. The color of the band that grows as the + configurable in RDAdmin. The color of the band that grows as the countdown progresses (shown in GREEN in the illustration) will change color to indicate if the currently playing event is the last event before a log stopdown. If it is the last, it will be RED, if not, GREEN. A BLUE band and countdown will also appear to indicate the event's talk time (if talk time markers have been set in the underlying cart). + If the On-Air flag has been set to ON, the area around the + pie widget will be RED. diff --git a/rdairplay/pie_counter.cpp b/rdairplay/pie_counter.cpp index a4be689f..cafdd05e 100644 --- a/rdairplay/pie_counter.cpp +++ b/rdairplay/pie_counter.cpp @@ -254,7 +254,7 @@ void PieCounter::paintEvent(QPaintEvent *e) ring_angle = 0; if(pie_onair||pie_pixmap.isNull()) { - p->fillRect(0,0,PIE_COUNTER_BBOX,PIE_COUNTER_BBOX,PIE_ONAIR_OFF_COLOR); + p->fillRect(0,0,PIE_COUNTER_BBOX,PIE_COUNTER_BBOX,PIE_ONAIR_COLOR); } else { p->drawPixmap(-PIE_X_PADDING,-PIE_Y_PADDING,pie_pixmap);