From 2146ac2af3209f70df8c73e16d82bf866ea19c0b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 12 Aug 2014 17:04:04 -0400 Subject: Added WS_EX_CONTROLPARENT to container and Tab on Windows. --- redo/container_windows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redo/container_windows.c') diff --git a/redo/container_windows.c b/redo/container_windows.c index e393861..708bd9b 100644 --- a/redo/container_windows.c +++ b/redo/container_windows.c @@ -72,7 +72,7 @@ HWND newContainer(void *data) HWND hwnd; hwnd = CreateWindowExW( - 0, + WS_EX_CONTROLPARENT, containerclass, L"", WS_CHILD | WS_VISIBLE, CW_USEDEFAULT, CW_USEDEFAULT, -- cgit v1.2.3