mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 16:49:41 +02:00
Added reference to bug in comments
This commit is contained in:
parent
6cfce50a60
commit
33cce4eba9
@ -1053,10 +1053,9 @@ void ProgressDialog::Init()
|
||||
// it before creating this object. The reason is because the focus events
|
||||
// that are sent to the parent window after the wxWindowDisabler are created
|
||||
// are tossed and focus will not get restored to the parent once the disabler
|
||||
// is deleted.
|
||||
// is deleted. (See bug #1173 for more info)
|
||||
//
|
||||
// So, we capture and restore the focus ourselves.
|
||||
|
||||
mHadFocus = wxWindow::FindFocus();
|
||||
|
||||
#if defined(__WXGTK__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user