mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-22 07:39:35 +02:00
Fixed background color for Macros
This commit is contained in:
parent
9af8f765a9
commit
12abffe211
@ -1399,7 +1399,12 @@ void MainWidget::RefreshList()
|
||||
l->setTextColor(Length,QColor(Qt::black),QFont::Normal);
|
||||
}
|
||||
}
|
||||
RefreshCuts(l,q->value(0).toUInt());
|
||||
if((RDCart::Type)q->value(15).toUInt()!=RDCart::Macro) {
|
||||
RefreshCuts(l,q->value(0).toUInt());
|
||||
}
|
||||
else {
|
||||
l->setBackgroundColor(palette().color(QPalette::Active,QColorGroup::Base));
|
||||
}
|
||||
matches++;
|
||||
count++;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user