Skip to content

Commit

Permalink
- fixed #428
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-hart committed Sep 23, 2023
1 parent bfb4518 commit 8f8845a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hi_core/hi_core/MainController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,9 @@ void MainController::clearPreset()
mc->getControlUndoManager()->clearUndoHistory();
mc->getLocationUndoManager()->clearUndoHistory();
mc->getMasterClock().reset();

mc->customTypeFaces.clear();
mc->customTypeFaceData.removeAllChildren(nullptr);

mc->clearWebResources();
mc->setGlobalRoutingManager(nullptr);

Expand Down

0 comments on commit 8f8845a

Please sign in to comment.