gtk2: fixed compilation 64bit

git-svn-id: trunk@36027 -
This commit is contained in:
mattias 2012-03-15 11:16:08 +00:00
parent 243b6475c1
commit adc78811ad

View File

@ -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;