Added DS_CONTROL to the tab page dialog. It's more correct, but it doesn't fix the hanging bug :(

This commit is contained in:
Pietro Gagliardi 2015-06-07 22:21:08 -04:00
parent 557ee68e47
commit 5a5193f6ec
1 changed files with 1 additions and 1 deletions

View File

@ -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