Source commit: 1ba970bb1e83f45b48f56bc2d5140b881740ef2d
@@ -515,7 +515,7 @@ begin
VirtualMask := Mask;
IsVirtualMask := False;
IsEmptyMask := (VirtualMask = '');
- if IsEmptyMask then
+ if IsEmptyMask and HotTrack then
begin
VirtualMask := '*.*';
IsVirtualMask := not FMouseInView;