!!! THIS NEEDS TO BE MOVED TO THE PARENT BRANCH !!!

> The **low-order word** specifies whether the window is being activated or deactivated.
This commit is contained in:
Mike Griese 2021-01-28 14:25:04 -06:00
parent 3e5d9276f1
commit 91b52d4e6d

View file

@ -379,7 +379,7 @@ long IslandWindow::_calculateTotalSize(const bool isWidth, const long clientSize
case WM_ACTIVATE:
{
// wparam = 0 indicates the window was deactivated
if (wparam != 0)
if (LOWORD(wparam) != 0)
{
_WindowActivatedHandlers();
}