fix
This commit is contained in:
parent
f9889ce920
commit
6e80b12d8c
2 changed files with 164 additions and 64 deletions
|
|
@ -6745,7 +6745,7 @@ void FurnaceGUI::drawInsEdit() {
|
|||
for (DivInstrumentType i: insTypeList) {
|
||||
if (ImGui::Selectable(insTypes[i][0],insType==i)) {
|
||||
ins->type=i;
|
||||
MARK_MODIFIED
|
||||
MARK_MODIFIED;
|
||||
|
||||
// reset macro zoom
|
||||
memset(ins->temp.vZoom,-1,sizeof(ins->temp.vZoom));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue