| 91 | |
| 92 | |
| 93 | void Manager::clear() { |
| 94 | path = ""; |
| 95 | if (APP->scene) { |
| 96 | APP->scene->rack->clear(); |
| 97 | APP->scene->rackScroll->reset(); |
| 98 | } |
| 99 | if (APP->history) { |
| 100 | APP->history->clear(); |
| 101 | } |
| 102 | APP->engine->clear(); |
| 103 | } |
| 104 | |
| 105 | |
| 106 | static bool promptClear(std::string text) { |
no test coverage detected