This commit is contained in:
Branimir Karadžić 2015-10-05 20:38:07 -07:00
parent 2ec8cb802b
commit 9f6675206d

View file

@ -530,7 +530,7 @@ namespace entry
, msg->m_y
, msg->m_width
, msg->m_height
, m_hwnd[0]
, NULL
, NULL
, (HINSTANCE)GetModuleHandle(NULL)
, 0
@ -914,33 +914,6 @@ namespace entry
top = newrect.top +(newrect.bottom-newrect.top-height)/2;
}
HWND parent = GetWindow(_hwnd, GW_OWNER);
if (NULL != parent)
{
if (_windowFrame)
{
SetWindowPos(parent
, HWND_TOP
, -32000
, -32000
, 0
, 0
, SWP_SHOWWINDOW
);
}
else
{
SetWindowPos(parent
, HWND_TOP
, newrect.left
, newrect.top
, newrect.right-newrect.left
, newrect.bottom-newrect.top
, SWP_SHOWWINDOW
);
}
}
SetWindowPos(_hwnd
, HWND_TOP
, left