Skip to content

Commit

Permalink
Don't blink cross screen button (SynthstromAudible#2503)
Browse files Browse the repository at this point in the history
When entering audio clip from grid view, the cross screen button which was blinking in grid view (to indicate that it's an audio clip) was persisting after entering the clip. Fix by setting the led to false when you've entered the audio clip view.
  • Loading branch information
seangoodvibes authored Aug 27, 2024
1 parent 6978ec9 commit 5282af0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deluge/gui/views/audio_clip_view.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ void AudioClipView::focusRegained() {
ClipView::focusRegained();
endMarkerVisible = false;
indicator_leds::setLedState(IndicatorLED::BACK, false);
indicator_leds::setLedState(IndicatorLED::CROSS_SCREEN_EDIT, false);
view.focusRegained();
view.setActiveModControllableTimelineCounter(getCurrentClip());

Expand Down

0 comments on commit 5282af0

Please sign in to comment.