Fix double-click on Win/Skia port

This commit is contained in:
David Capello 2015-05-21 10:50:08 -03:00
parent a90a70bd1e
commit 9abb9f1dad

View File

@ -392,7 +392,7 @@ namespace she {
return; // Already registered
wcex.cbSize = sizeof(WNDCLASSEX);
wcex.style = 0;
wcex.style = CS_DBLCLKS;
wcex.lpfnWndProc = &Window::staticWndProc;
wcex.cbClsExtra = 0;
wcex.cbWndExtra = 0;