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:
parent
557ee68e47
commit
5a5193f6ec
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
// this is the dialog template used by tab pages; see windows/tabpage.c for details
|
// this is the dialog template used by tab pages; see windows/tabpage.c for details
|
||||||
rcTabPageDialog DIALOGEX 0, 0, 100, 100
|
rcTabPageDialog DIALOGEX 0, 0, 100, 100
|
||||||
STYLE WS_CHILD | WS_VISIBLE
|
STYLE DS_CONTROL | WS_CHILD | WS_VISIBLE
|
||||||
EXSTYLE WS_EX_CONTROLPARENT
|
EXSTYLE WS_EX_CONTROLPARENT
|
||||||
BEGIN
|
BEGIN
|
||||||
// nothing
|
// nothing
|
||||||
|
|
Loading…
Reference in New Issue