mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-31 00:32:48 +00:00
Fix double-click on Win/Skia port
This commit is contained in:
parent
a90a70bd1e
commit
9abb9f1dad
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user