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

Method revertDialog

src/patch.cpp:443–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441
442
443void Manager::revertDialog() {
444 if (path == "")
445 return;
446 if (!promptClear(string::translate("patch.revertConfirm")))
447 return;
448
449 loadAction(path);
450}
451
452
453void Manager::pushRecentPath(std::string path) {

Callers 2

onHoverKeyMethod · 0.80
onActionMethod · 0.80

Calls 2

promptClearFunction · 0.85
translateFunction · 0.85

Tested by

no test coverage detected