mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 21:19:29 +02:00
gtk2: fixed compilation 64bit
git-svn-id: trunk@36027 -
This commit is contained in:
parent
243b6475c1
commit
adc78811ad
@ -247,7 +247,7 @@ begin
|
||||
S := FloatToStr(FL);
|
||||
P := StrNew(PChar(S));
|
||||
g_object_set_data(PGObject(SpinButton),'lcl-eat-next-key-release', P);
|
||||
g_object_set_data(PGObject(SpinButton),'lcl-eat-next-key-release-pos', TObject(ACurPos));
|
||||
g_object_set_data(PGObject(SpinButton),'lcl-eat-next-key-release-pos', gpointer(ACurPos));
|
||||
Result := True;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user