mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 03:59:10 +02:00
lcl: gtk2: less hints
git-svn-id: trunk@49466 -
This commit is contained in:
parent
7cf21da4da
commit
dc38f72144
@ -365,7 +365,7 @@ var
|
||||
begin
|
||||
if not WSCheckMenuItem(AMenuItem, 'SetCaption') then
|
||||
Exit;
|
||||
if gtk_is_separator_menu_item(PGTKWidget(AMenuItem.Handle)) Or (ACaption = cLineCaption) then
|
||||
if gtk_is_separator_menu_item({%H-}PGTKWidget(AMenuItem.Handle)) Or (ACaption = cLineCaption) then
|
||||
AMenuItem.RecreateHandle
|
||||
else
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user