Fix a few issues with Bidoo under Cardinal
This commit is contained in:
parent
a808190e9a
commit
066344b8b0
3 changed files with 4 additions and 4 deletions
|
@ -1202,8 +1202,6 @@ protected:
|
|||
|
||||
DISTRHO_SAFE_ASSERT_RETURN(data.size() >= 4,);
|
||||
|
||||
const ScopedContext sc(this);
|
||||
|
||||
rack::system::removeRecursively(fAutosavePath);
|
||||
rack::system::createDirectories(fAutosavePath);
|
||||
|
||||
|
@ -1224,6 +1222,8 @@ protected:
|
|||
} DISTRHO_SAFE_EXCEPTION_RETURN("setState unarchiveToDirectory",);
|
||||
}
|
||||
|
||||
const ScopedContext sc(this);
|
||||
|
||||
try {
|
||||
context->patch->loadAutosave();
|
||||
} DISTRHO_SAFE_EXCEPTION_RETURN("setState loadAutosave",);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue