mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 15:49:36 +02:00
Bug 1927 - Help > Generate Support Data has very confusing behavior
This commit is contained in:
parent
907e830070
commit
52acaf6031
@ -40,6 +40,7 @@ void Generate(wxDebugReport::Context ctx)
|
||||
// latter.
|
||||
// rpt.AddAll(ctx);
|
||||
|
||||
{
|
||||
// Provides a progress dialog with indeterminate mode
|
||||
wxGenericProgressDialog pd(XO("Audacity Support Data").Translation(),
|
||||
XO("This may take several seconds").Translation(),
|
||||
@ -84,7 +85,7 @@ void Generate(wxDebugReport::Context ctx)
|
||||
pd.Pulse();
|
||||
}
|
||||
thread.join();
|
||||
|
||||
}
|
||||
|
||||
bool ok = wxDebugReportPreviewStd().Show(rpt);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user