mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-15 15:50:54 +02:00
This commit is contained in:
parent
dec3645264
commit
58bca2e8a9
@ -2849,7 +2849,8 @@ void AudacityProject::PrevWindow()
|
||||
// Otherwise start the search with the current window's previous sibling
|
||||
else
|
||||
{
|
||||
iter = list.Find(w)->GetPrevious();
|
||||
if (list.Find(w))
|
||||
iter = list.Find(w)->GetPrevious();
|
||||
}
|
||||
|
||||
// Search for the previous toplevel window
|
||||
|
Loading…
x
Reference in New Issue
Block a user