fix activation of windows
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14933 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -619,7 +619,7 @@ void
|
|||||||
WinBorder::Activated(bool active)
|
WinBorder::Activated(bool active)
|
||||||
{
|
{
|
||||||
BMessage msg(B_WINDOW_ACTIVATED);
|
BMessage msg(B_WINDOW_ACTIVATED);
|
||||||
msg.AddBool("active", false);
|
msg.AddBool("active", active);
|
||||||
Window()->SendMessageToClient(&msg, B_NULL_TOKEN, false);
|
Window()->SendMessageToClient(&msg, B_NULL_TOKEN, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user