GUI: implement instrument load replace
This commit is contained in:
parent
6aefd392ff
commit
99a313b684
6 changed files with 63 additions and 7 deletions
|
|
@ -518,6 +518,9 @@ void FurnaceGUI::doAction(int what) {
|
|||
case GUI_ACTION_INS_LIST_OPEN:
|
||||
openFileDialog(GUI_FILE_INS_OPEN);
|
||||
break;
|
||||
case GUI_ACTION_INS_LIST_OPEN_REPLACE:
|
||||
openFileDialog(GUI_FILE_INS_OPEN_REPLACE);
|
||||
break;
|
||||
case GUI_ACTION_INS_LIST_SAVE:
|
||||
if (curIns>=0 && curIns<(int)e->song.ins.size()) openFileDialog(GUI_FILE_INS_SAVE);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue