GUI: fix glitch when deleting sample

This commit is contained in:
tildearrow 2023-05-03 00:53:14 -05:00
parent e3967c1f0a
commit c98f21f1e2
1 changed files with 1 additions and 1 deletions

View File

@ -838,8 +838,8 @@ void FurnaceGUI::doAction(int what) {
MARK_MODIFIED;
if (curSample>=(int)e->song.sample.size()) {
curSample--;
updateSampleTex=true;
}
updateSampleTex=true;
break;
case GUI_ACTION_SAMPLE_LIST_EDIT:
sampleEditOpen=true;