GUI: aaand more sample editor work
now it has a right click menu
This commit is contained in:
parent
8e0119b2d3
commit
519dd7f2dd
3 changed files with 39 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue