Added WS_EX_CONTROLPARENT to uiContainer on Windows.
This commit is contained in:
parent
a0329ba878
commit
51cdb1817e
|
@ -238,7 +238,7 @@ void uiMakeContainer(uiContainer *cc)
|
||||||
|
|
||||||
c = uiNew(struct container);
|
c = uiNew(struct container);
|
||||||
|
|
||||||
c->hwnd = CreateWindowExW(0,
|
c->hwnd = CreateWindowExW(WS_EX_CONTROLPARENT,
|
||||||
containerClass, L"",
|
containerClass, L"",
|
||||||
WS_CHILD | WS_VISIBLE,
|
WS_CHILD | WS_VISIBLE,
|
||||||
0, 0,
|
0, 0,
|
||||||
|
|
Loading…
Reference in New Issue