You've already forked lazarus-ccr
tvplanit: Fix mouse-wheel scrolling in TVpDayEdit when editing is active.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8447 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -2107,6 +2107,7 @@ end;
|
||||
function TVpDayView.DoMouseWheel(Shift: TShiftState; WheelDelta: Integer;
|
||||
MousePos: TPoint): Boolean;
|
||||
begin
|
||||
EndEdit(self);
|
||||
Result := inherited DoMouseWheel(Shift, WheelDelta, MousePos);
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user