Added WS_EX_CONTROLPARENT to uiContainer on Windows.

This commit is contained in:
Pietro Gagliardi 2015-05-03 14:12:45 -04:00
parent a0329ba878
commit 51cdb1817e
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ void uiMakeContainer(uiContainer *cc)
c = uiNew(struct container);
c->hwnd = CreateWindowExW(0,
c->hwnd = CreateWindowExW(WS_EX_CONTROLPARENT,
containerClass, L"",
WS_CHILD | WS_VISIBLE,
0, 0,