Fixed a small bug with regards to capture on drag on Windows.

This commit is contained in:
Pietro Gagliardi 2015-09-12 08:20:07 -04:00
parent 55456ae434
commit 72dacc82dd
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}