GUI: aaand more sample editor work

now it has a right click menu
This commit is contained in:
tildearrow 2022-03-22 18:05:32 -05:00
parent 8e0119b2d3
commit 519dd7f2dd
3 changed files with 39 additions and 4 deletions

View file

@ -1539,8 +1539,6 @@ void FurnaceGUI::processDrags(int dragX, int dragY) {
fileName+=fallback; \
}
#define BIND_FOR(x) getKeyName(actionKeys[x],true).c_str()
void FurnaceGUI::editOptions(bool topMenu) {
char id[4096];
if (ImGui::MenuItem("cut",BIND_FOR(GUI_ACTION_PAT_CUT))) doCopy(true);