As per discussion on haiku-dev, BWindow now always forces the
B_ASYNCHRONOUS_CONTROLS flag. If anyone does encounter an app that breaks because of this, please let me know, but a few tests with various apps seem to show no issues. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24290 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2431,7 +2431,7 @@ BWindow::_InitData(BRect frame, const char* title, window_look look,
|
||||
|
||||
fFeel = feel;
|
||||
fLook = look;
|
||||
fFlags = flags;
|
||||
fFlags = flags | B_ASYNCHRONOUS_CONTROLS;
|
||||
|
||||
fInTransaction = false;
|
||||
fActive = false;
|
||||
|
||||
Reference in New Issue
Block a user