mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-21 07:13:06 +02:00
2021-09-01 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in 'RDGroupListModel' that caused SQL errors upon startup in rdairplay(1) and rdcartslots(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
705fac3ae3
commit
0b58b4f5a9
@ -22364,3 +22364,6 @@
|
||||
'RDGroup::setEnableNowNext()' methods.
|
||||
* Removed the 'RDLogLine::nowNextEnabled()' and
|
||||
'RDLogLine::setNowNextEnabled()' methods.
|
||||
2021-09-01 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in 'RDGroupListModel' that caused SQL errors
|
||||
upon startup in rdairplay(1) and rdcartslots(1).
|
||||
|
@ -362,7 +362,7 @@ void RDGroupListModel::updateRow(int row,RDSqlQuery *q)
|
||||
|
||||
// Group Name
|
||||
texts.push_back(q->value(0));
|
||||
d_colors[row]=QColor(q->value(10).toString());
|
||||
d_colors[row]=QColor(q->value(9).toString());
|
||||
if(q->value(5).toInt()==RDCart::Macro) {
|
||||
d_icons[row]=rda->iconEngine()->typeIcon(RDLogLine::Macro);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user