1
0
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:
lllucius@gmail.com 2014-12-30 22:06:46 +00:00
parent 3bf763194b
commit 02717da3a2

View File

@ -740,6 +740,8 @@ bool Effect::PromptUser()
bool Effect::PromptUser(wxWindow *parent, bool forceModal)
{
mParent = parent;
if (mClient)
{
bool res = mClient->ShowInterface(parent, forceModal);