GUI: don't warn while loop start/end focused

very ugly workaround to #2587
This commit is contained in:
tildearrow 2025-06-23 19:02:19 -05:00
parent 5e0cd830f1
commit d243bafc6f
3 changed files with 13 additions and 4 deletions

View file

@ -2583,6 +2583,7 @@ class FurnaceGUI {
int sampleSelStart, sampleSelEnd;
bool sampleInfo, sampleCompatRate;
bool sampleDragActive, sampleDragMode, sampleDrag16, sampleZoomAuto;
bool sampleCheckLoopStart, sampleCheckLoopEnd;
// 0: start
// 1: end
unsigned char sampleSelTarget;