mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 15:56:10 +02:00
lcl: fix compilation after bidimode changes
git-svn-id: trunk@14845 -
This commit is contained in:
parent
c9b2c77ce1
commit
eaa9030572
@ -74,7 +74,7 @@ end;
|
||||
procedure TMenu.BidiModeChanged;
|
||||
begin
|
||||
if HandleAllocated then
|
||||
TWSMenuClass(WidgetSetClass).BiDiModeChanged(Self);
|
||||
TWSMenuClass(WidgetSetClass).SetBiDiMode(Self, BidiMode);
|
||||
end;
|
||||
|
||||
procedure TMenu.ParentBidiModeChanged(AOwner: TComponent);
|
||||
|
Loading…
Reference in New Issue
Block a user