1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-30 15:39:27 +02:00

Bug 2322 - Mac: Screenshot tool captures the screenshot dialog overlaying the required image

This commit is contained in:
Leland Lucius 2021-02-17 02:53:46 -06:00
parent 6ec6c9b8a8
commit 12f399984a

View File

@ -642,6 +642,7 @@ void ScreenshotBigDialog::OnMainWindowLarge(wxCommandEvent & WXUNUSED(event))
void ScreenshotBigDialog::DoCapture(int captureMode)
{
Hide();
wxYieldIfNeeded();
//mCommand->SetParameter(wxT("FilePath"), mDirectoryTextBox->GetValue());
//mCommand->SetParameter(wxT("CaptureMode"), captureMode);
mCommand->mBack = mWhite->GetValue()