mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-01 16:19:43 +02:00
Fix for bug #808
This commit is contained in:
parent
3bf763194b
commit
02717da3a2
@ -740,6 +740,8 @@ bool Effect::PromptUser()
|
||||
|
||||
bool Effect::PromptUser(wxWindow *parent, bool forceModal)
|
||||
{
|
||||
mParent = parent;
|
||||
|
||||
if (mClient)
|
||||
{
|
||||
bool res = mClient->ShowInterface(parent, forceModal);
|
||||
|
Loading…
x
Reference in New Issue
Block a user