mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-10 10:41:15 +02:00
IDE, fixed compile for x86_64
git-svn-id: trunk@20356 -
This commit is contained in:
parent
07befde5d3
commit
887eb89253
@ -73,7 +73,7 @@ begin
|
||||
for i:= 0 to emcMax do begin
|
||||
CName := MouseCommandName(i);
|
||||
if CName <> '' then
|
||||
ActionBox.Items.AddObject(CName, TObject(i));
|
||||
ActionBox.Items.AddObject(CName, TObject(ptrint(i)));
|
||||
end;
|
||||
ButtonBox.Clear;
|
||||
for mb := low(TMouseButton) to high(TMouseButton) do
|
||||
|
Loading…
Reference in New Issue
Block a user