mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-10 17:37:45 +02:00
Bug 2323 - Win/Mac: Screenshot tool: success/completion dialog is hidden/obscured by the Screenshot dialog
This commit is contained in:
parent
de6e65ffa3
commit
5ddf6d0037
@ -656,13 +656,11 @@ void ScreenshotBigDialog::DoCapture(int captureMode)
|
|||||||
Show();
|
Show();
|
||||||
|
|
||||||
// Bug 2323: (100% hackage alert) Since the command target dialog is not
|
// Bug 2323: (100% hackage alert) Since the command target dialog is not
|
||||||
// accessible from outside the command, this is the only way we can get
|
// accessible from outside the command, this seems to be the only way we
|
||||||
// the window on top of this dialog. It also requires that the LongMessageDialog
|
// can get the window on top of this dialog.
|
||||||
// command target have the wxSTAY_ON_TOP flag
|
|
||||||
wxWindow *w = wxFindWindowByLabel(XO("Long Message").Translation());
|
wxWindow *w = wxFindWindowByLabel(XO("Long Message").Translation());
|
||||||
if (w) {
|
if (w) {
|
||||||
w->SetWindowStyle(w->GetWindowStyle() | wxSTAY_ON_TOP);
|
w->SetWindowStyle(w->GetWindowStyle() | wxSTAY_ON_TOP);
|
||||||
w->Raise();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user