mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 17:11:20 +01:00
Fix for bug #808
This commit is contained in:
@@ -740,6 +740,8 @@ bool Effect::PromptUser()
|
||||
|
||||
bool Effect::PromptUser(wxWindow *parent, bool forceModal)
|
||||
{
|
||||
mParent = parent;
|
||||
|
||||
if (mClient)
|
||||
{
|
||||
bool res = mClient->ShowInterface(parent, forceModal);
|
||||
|
||||
Reference in New Issue
Block a user