trigger_ui: replace missing update => smoother progress-circles

This commit is contained in:
Ben Loftis 2021-12-30 13:22:17 -06:00
parent 1dc756142c
commit ab92f205aa
1 changed files with 3 additions and 1 deletions

View File

@ -138,7 +138,9 @@ TriggerEntry::selection_change ()
void
TriggerEntry::maybe_update ()
{
// what here?
if (trigger()->active()) {
redraw();
}
}
void