mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-08-16 08:34:12 +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);
|
l->setTextColor(Length,QColor(Qt::black),QFont::Normal);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if((RDCart::Type)q->value(15).toUInt()!=RDCart::Macro) {
|
||||||
RefreshCuts(l,q->value(0).toUInt());
|
RefreshCuts(l,q->value(0).toUInt());
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
l->setBackgroundColor(palette().color(QPalette::Active,QColorGroup::Base));
|
||||||
|
}
|
||||||
matches++;
|
matches++;
|
||||||
count++;
|
count++;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user