Ticket #406: patch.diff
File patch.diff, 486 bytes (added by , 18 years ago) |
---|
-
src/kits/interface/Window.cpp
357 357 // The BWindow is locked when the destructor is called, 358 358 // we need to unlock because the menubar thread tries 359 359 // to post a message, which will deadlock otherwise. 360 Unlock ();360 UnlockFully(); 361 361 362 362 // Wait if a menu is still tracking 363 363 if (fMenuSem > 0) {