mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-12 15:52:29 +02:00
Fix off air color
This commit is contained in:
parent
a5e9040a04
commit
03551cfb2b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user