Unreadable text in MenuIteam

Hi all,
I'm using TAdvMainManu + TAdvMenuStyle (default settings) to show recent open files,
but, when in path text there is a \n chars, it is broken in two lines and 2nd line font size is so small that became unreadable. In the attached photo I've marked it with a red box.

Seems that drawer recognize ...Desktop\nc-code... as \n (new line).
I've tried to change the text assigned to the Action connected with MenuItem eg: 'Desktop\nc-code..." but nothing changed.

I guess the AdvMenus can manage Notes on MenuItem as 2nd line of menu text,
but if MenuItem contains a full path addres the check of a casual \n break the rules:

It's a normal behaviour ?

Please set AdvMainMenu.ShowNotes = false

1 Like

I've missed this setting....
Thank you so much !