Commit 1b20db4f authored by Alexandre Julliard's avatar Alexandre Julliard

Added CS_DBLCLKS style to dialog window class.

parent 3597717d
...@@ -102,7 +102,7 @@ static WORD xBaseUnit = 0, yBaseUnit = 0; ...@@ -102,7 +102,7 @@ static WORD xBaseUnit = 0, yBaseUnit = 0;
const struct builtin_class_descr DIALOG_builtin_class = const struct builtin_class_descr DIALOG_builtin_class =
{ {
DIALOG_CLASS_ATOM, /* name */ DIALOG_CLASS_ATOM, /* name */
CS_GLOBALCLASS | CS_SAVEBITS, /* style */ CS_GLOBALCLASS | CS_SAVEBITS | CS_DBLCLKS, /* style */
DefDlgProcA, /* procA */ DefDlgProcA, /* procA */
DefDlgProcW, /* procW */ DefDlgProcW, /* procW */
DLGWINDOWEXTRA, /* extra */ DLGWINDOWEXTRA, /* extra */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment