mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 17:20:29 +02:00
fixed changing menuitem separator and normal
git-svn-id: trunk@2341 -
This commit is contained in:
parent
41923f209b
commit
cd2bff90cf
@ -2860,7 +2860,7 @@ procedure TgtkObject.SetLabel(Sender : TObject; Data : Pointer);
|
||||
MenuItem:=TMenuItem(Sender);
|
||||
if not MenuItem.HandleAllocated then exit;
|
||||
MenuItemWidget:=PGtkWidget(MenuItem.Handle);
|
||||
SetMenuItemLabelText(MenuItem,MenuItemWidget);
|
||||
UpdateInnerMenuItem(MenuItem,MenuItemWidget);
|
||||
end;
|
||||
|
||||
|
||||
@ -7259,6 +7259,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.361 2003/05/01 11:44:03 mattias
|
||||
fixed changing menuitem separator and normal
|
||||
|
||||
Revision 1.360 2003/04/29 19:00:43 mattias
|
||||
added package gtkopengl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user