|
@@ -478,6 +478,9 @@ protected: |
|
|
|
|
|
|
|
|
void uiFileBrowserSelected(const char* const filename) override |
|
|
void uiFileBrowserSelected(const char* const filename) override |
|
|
{ |
|
|
{ |
|
|
|
|
|
if (filename == nullptr) |
|
|
|
|
|
return; |
|
|
|
|
|
|
|
|
const ScopedContext sc(this); |
|
|
const ScopedContext sc(this); |
|
|
fContext->patch->loadAction(filename); |
|
|
fContext->patch->loadAction(filename); |
|
|
} |
|
|
} |
|
|