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:
@@ -479,10 +479,10 @@ MainWin::MessageReceived(BMessage *msg)
|
|||||||
", Stephan Aßmus and Frederik Modéen", "Thanks");
|
", Stephan Aßmus and Frederik Modéen", "Thanks");
|
||||||
if (fAlwaysOnTop) {
|
if (fAlwaysOnTop) {
|
||||||
_ToggleAlwaysOnTop();
|
_ToggleAlwaysOnTop();
|
||||||
alert->Go();
|
alert->Go(NULL); // Asynchronous mode
|
||||||
_ToggleAlwaysOnTop();
|
_ToggleAlwaysOnTop();
|
||||||
} else {
|
} else {
|
||||||
alert->Go();
|
alert->Go(NULL); // Asynchronous mode
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case M_FILE_CLOSE:
|
case M_FILE_CLOSE:
|
||||||
|
|||||||
Reference in New Issue
Block a user