1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-15 15:50:54 +02:00
v.audacity 2015-03-03 01:48:07 +00:00
parent dec3645264
commit 58bca2e8a9

View File

@ -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