Commit 06247b49 authored by Alexander Shishkov's avatar Alexander Shishkov

fixed issue #1243

parent ace6eaef
......@@ -232,7 +232,7 @@ CV_IMPL int cvInitSystem( int, char** )
// Register the class
WNDCLASS wndc;
wndc.style = CS_OWNDC | CS_VREDRAW | CS_HREDRAW;
wndc.style = CS_OWNDC | CS_VREDRAW | CS_HREDRAW | CS_DBLCLKS;
wndc.lpfnWndProc = WindowProc;
wndc.cbClsExtra = 0;
wndc.cbWndExtra = 0;
......
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