IDE: less hints

git-svn-id: trunk@60753 -
This commit is contained in:
mattias 2019-03-23 19:12:25 +00:00
parent 0c7f82169d
commit 996416c735
2 changed files with 2 additions and 1 deletions

View File

@ -1673,6 +1673,7 @@ var
{$ENDIF}
begin
Result := sddqCompatible;
Note:='';
{$IF FPC_FULLVERSION>30100}
FpcmkcfgExecutable := FindFPCTool('fpcmkcfg'+GetExecutableExt, EnvironmentOptions.GetParsedCompilerFilename);
if FpcmkcfgExecutable = '' then

View File

@ -49,7 +49,7 @@ type
procedure PaintBox1MouseWheel(Sender: TObject; Shift: TShiftState; WheelDelta: Integer;
{%H-}MousePos: TPoint; var {%H-}Handled: Boolean);
procedure PaintBox1MouseWheelHorz(Sender: TObject; Shift: TShiftState;
WheelDelta: Integer; MousePos: TPoint; var Handled: Boolean);
WheelDelta: Integer; {%H-}MousePos: TPoint; var {%H-}Handled: Boolean);
private
FKeyMap: TKeyCommandRelationList;
procedure AddMouseCmd(const S: string);