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:
parent
6ec6c9b8a8
commit
12f399984a
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user