Run Alert/AboutBox in asynchronous mode: otherwise it freeze video
(can't tell if it was the same for audio, as mine -hda- is not supported yet). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25894 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
234502808a
commit
47a197ac3a
@ -479,10 +479,10 @@ MainWin::MessageReceived(BMessage *msg)
|
||||
", Stephan Aßmus and Frederik Modéen", "Thanks");
|
||||
if (fAlwaysOnTop) {
|
||||
_ToggleAlwaysOnTop();
|
||||
alert->Go();
|
||||
alert->Go(NULL); // Asynchronous mode
|
||||
_ToggleAlwaysOnTop();
|
||||
} else {
|
||||
alert->Go();
|
||||
alert->Go(NULL); // Asynchronous mode
|
||||
}
|
||||
break;
|
||||
case M_FILE_CLOSE:
|
||||
|
Loading…
Reference in New Issue
Block a user