gtk1/2 change CoreWidget of StaticText to EventBox

git-svn-id: trunk@12759 -
This commit is contained in:
paul 2007-11-06 10:13:43 +00:00
parent 005a94cd81
commit 4e7a9679ed

View File

@ -1116,6 +1116,7 @@ begin
{$ENDIF}
WidgetInfo := CreateWidgetInfo(Pointer(Result), AStaticText, AParams);
WidgetInfo^.CoreWidget := EventBox;
Allocation.X := AParams.X;
Allocation.Y := AParams.Y;