better color selection for text in clip list
This commit is contained in:
parent
9370ae2231
commit
2b3312e7d3
@ -947,8 +947,8 @@ TriggerClipPicker::reset_audition_marks (bool force)
|
|||||||
void
|
void
|
||||||
TriggerClipPicker::on_theme_changed ()
|
TriggerClipPicker::on_theme_changed ()
|
||||||
{
|
{
|
||||||
_color_foreground = _view.get_style ()->get_fg (STATE_NORMAL);
|
_color_foreground = _view.get_style ()->get_text (STATE_NORMAL);
|
||||||
_color_auditioned = _view.get_style ()->get_fg (STATE_INSENSITIVE);
|
_color_auditioned = _view.get_style ()->get_text (STATE_INSENSITIVE);
|
||||||
|
|
||||||
for (auto const& i : _model->children ()) {
|
for (auto const& i : _model->children ()) {
|
||||||
if (i[_columns.auditioned]) {
|
if (i[_columns.auditioned]) {
|
||||||
|
Loading…
Reference in New Issue
Block a user