From 5a5193f6ecd9833cb4953835f3806d7cc84d4ee0 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 7 Jun 2015 22:21:08 -0400 Subject: [PATCH] Added DS_CONTROL to the tab page dialog. It's more correct, but it doesn't fix the hanging bug :( --- redo/windows/resources.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redo/windows/resources.rc b/redo/windows/resources.rc index 988cb03f..442c19d4 100644 --- a/redo/windows/resources.rc +++ b/redo/windows/resources.rc @@ -7,7 +7,7 @@ // this is the dialog template used by tab pages; see windows/tabpage.c for details rcTabPageDialog DIALOGEX 0, 0, 100, 100 -STYLE WS_CHILD | WS_VISIBLE +STYLE DS_CONTROL | WS_CHILD | WS_VISIBLE EXSTYLE WS_EX_CONTROLPARENT BEGIN // nothing