mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 15:31:09 +02:00
gtk1/2 change CoreWidget of StaticText to EventBox
git-svn-id: trunk@12759 -
This commit is contained in:
parent
005a94cd81
commit
4e7a9679ed
@ -1116,6 +1116,7 @@ begin
|
||||
{$ENDIF}
|
||||
|
||||
WidgetInfo := CreateWidgetInfo(Pointer(Result), AStaticText, AParams);
|
||||
WidgetInfo^.CoreWidget := EventBox;
|
||||
|
||||
Allocation.X := AParams.X;
|
||||
Allocation.Y := AParams.Y;
|
||||
|
Loading…
Reference in New Issue
Block a user