Prevent number being swallow while dragging. (#788)

This commit is contained in:
Bartosz Sosnowski 2019-11-27 10:32:09 +01:00 committed by GitHub
parent 8e8be502fd
commit ee1a1fd614
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -224,7 +224,7 @@ IFACEMETHODIMP_(bool) FancyZones::OnKeyDown(PKBDLLHOOKSTRUCT info) noexcept
// This allows you to cycle through ZoneSets while dragging a window
Trace::FancyZones::OnKeyDown(info->vkCode, win, false /*control*/, true /*inMoveSize*/);
CycleActiveZoneSet(info->vkCode);
return true;
return false;
}
return false;
}