You've already forked lazarus-ccr
Compilation fix
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2096 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -13321,10 +13321,12 @@ const
|
|||||||
var
|
var
|
||||||
ScrollCount: Integer;
|
ScrollCount: Integer;
|
||||||
ScrollLines: Integer;
|
ScrollLines: Integer;
|
||||||
|
State: TShiftState;
|
||||||
begin
|
begin
|
||||||
StopWheelPanning;
|
StopWheelPanning;
|
||||||
|
|
||||||
|
State := KeysToShiftState(Message.Button);
|
||||||
|
|
||||||
//inherited;
|
//inherited;
|
||||||
|
|
||||||
// if Message.Result = 0 then
|
// if Message.Result = 0 then
|
||||||
|
Reference in New Issue
Block a user