TShiftState doesn't evaluate on MouseMove event

The Shift field at mouse event "MouseMove" doesn't evalutate.


The next code is not evaluated in MouseMove event of TWebPaintBox component

if ssLeft in Shift then
  Trace('Left button is pressed');

You're correct. We have fixed this. The next update will address this.