mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 07:46:00 +02:00
tosunits: fix a bug in menu_tnormal
This commit is contained in:
parent
704a5a5081
commit
a57a2b6cbe
@ -426,7 +426,7 @@ end;
|
|||||||
|
|
||||||
function menu_tnormal(me_ntree: AESTreePtr; me_ntitle, me_nnormal: smallint): smallint;
|
function menu_tnormal(me_ntree: AESTreePtr; me_ntitle, me_nnormal: smallint): smallint;
|
||||||
begin
|
begin
|
||||||
menu_tnormal := aes.menu_ienable(@me_ntree[0], me_ntitle, me_nnormal);
|
menu_tnormal := aes.menu_tnormal(@me_ntree[0], me_ntitle, me_nnormal);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function menu_text(me_ttree: AESTreePtr; me_titem: smallint; me_ttext: String): smallint;
|
function menu_text(me_ttree: AESTreePtr; me_titem: smallint; me_ttext: String): smallint;
|
||||||
|
Loading…
Reference in New Issue
Block a user