MCPcopy Create free account
hub / github.com/VCVRack/Rack / loadPathDialog

Method loadPathDialog

src/patch.cpp:435–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433
434
435void Manager::loadPathDialog(std::string path) {
436 if (!promptClear(string::translate("patch.loadConfirm")))
437 return;
438
439 loadAction(path);
440}
441
442
443void Manager::revertDialog() {

Callers 2

onPathDropMethod · 0.80
onActionMethod · 0.80

Calls 2

promptClearFunction · 0.85
translateFunction · 0.85

Tested by

no test coverage detected