mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-05 08:10:21 +01:00
2021-10-20 Fred Gleason <fredg@paravelsystems.com>
* Modified various elements in rdairplay(1) so as to better respect platform styling hints. * Modified the marker readouts in rdlibrary(1) so as to better respect platform styling hints. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -1655,7 +1655,7 @@ QColor RDLogModel::cellTextColor(int col,int line,RDLogLine *ll) const
|
||||
return ll->groupColor();
|
||||
}
|
||||
|
||||
return d_palette.color(QPalette::Foreground);
|
||||
return RDGetTextColor(rowBackgroundColor(line,ll));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user