Merge branch 'master' of https://github.com/tildearrow/furnace into command-palette
This commit is contained in:
commit
34e18fffad
15 changed files with 1374 additions and 762 deletions
|
|
@ -66,6 +66,10 @@ void FurnaceGUI::doAction(int what) {
|
|||
case GUI_ACTION_SAVE_AS:
|
||||
openFileDialog(GUI_FILE_SAVE);
|
||||
break;
|
||||
case GUI_ACTION_EXPORT:
|
||||
curExportType=GUI_EXPORT_NONE;
|
||||
displayExport=true;
|
||||
break;
|
||||
case GUI_ACTION_UNDO:
|
||||
if (curWindow==GUI_WINDOW_SAMPLE_EDIT) {
|
||||
doUndoSample();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue