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:
parent
034104bc0f
commit
a7ab4a2642
@ -619,7 +619,7 @@ void
|
||||
WinBorder::Activated(bool active)
|
||||
{
|
||||
BMessage msg(B_WINDOW_ACTIVATED);
|
||||
msg.AddBool("active", false);
|
||||
msg.AddBool("active", active);
|
||||
Window()->SendMessageToClient(&msg, B_NULL_TOKEN, false);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user