Skip to content

Commit b4f51a7

Browse files
seangoodvibesm-m-adams
authored andcommitted
Remove stuck repeats popup in grid view (#1527)
Removes repeats popup that sticks around if you're holding section pad while previewing or entering a clip
1 parent d820dea commit b4f51a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/deluge/gui/views/session_view.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3446,6 +3446,9 @@ ActionResult SessionView::gridHandlePadsEdit(int32_t x, int32_t y, int32_t on, C
34463446
view.displayOutputName(clip->output, true, clip);
34473447
if (display->haveOLED()) {
34483448
deluge::hid::display::OLED::sendMainImage();
3449+
// removes potential stuck pop-up if you're previewing / entering a clip
3450+
// while holding section pad and repeats popup is displayed
3451+
deluge::hid::display::OLED::removePopup();
34493452
}
34503453
}
34513454
// Remember the second press down if empty

0 commit comments

Comments
 (0)