fixed issue #1243
This commit is contained in:
parent
ace6eaef7e
commit
06247b49af
@ -232,7 +232,7 @@ CV_IMPL int cvInitSystem( int, char** )
|
|||||||
|
|
||||||
// Register the class
|
// Register the class
|
||||||
WNDCLASS wndc;
|
WNDCLASS wndc;
|
||||||
wndc.style = CS_OWNDC | CS_VREDRAW | CS_HREDRAW;
|
wndc.style = CS_OWNDC | CS_VREDRAW | CS_HREDRAW | CS_DBLCLKS;
|
||||||
wndc.lpfnWndProc = WindowProc;
|
wndc.lpfnWndProc = WindowProc;
|
||||||
wndc.cbClsExtra = 0;
|
wndc.cbClsExtra = 0;
|
||||||
wndc.cbWndExtra = 0;
|
wndc.cbWndExtra = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user