Fixed a small bug with regards to capture on drag on Windows.
This commit is contained in:
parent
55456ae434
commit
72dacc82dd
|
@ -470,6 +470,8 @@ HWND makeArea(DWORD exstyle, DWORD style, int x, int y, int cx, int cy, HWND par
|
|||
|
||||
clickCounterReset(&(a->cc));
|
||||
|
||||
a->capturing = FALSE;
|
||||
|
||||
return a->hwnd;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue