mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
better color selection for text in clip list
This commit is contained in:
parent
9370ae2231
commit
2b3312e7d3
1 changed files with 2 additions and 2 deletions
|
|
@ -947,8 +947,8 @@ TriggerClipPicker::reset_audition_marks (bool force)
|
|||
void
|
||||
TriggerClipPicker::on_theme_changed ()
|
||||
{
|
||||
_color_foreground = _view.get_style ()->get_fg (STATE_NORMAL);
|
||||
_color_auditioned = _view.get_style ()->get_fg (STATE_INSENSITIVE);
|
||||
_color_foreground = _view.get_style ()->get_text (STATE_NORMAL);
|
||||
_color_auditioned = _view.get_style ()->get_text (STATE_INSENSITIVE);
|
||||
|
||||
for (auto const& i : _model->children ()) {
|
||||
if (i[_columns.auditioned]) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue