lcl: fix compilation after bidimode changes

git-svn-id: trunk@14845 -
This commit is contained in:
paul 2008-04-16 01:52:15 +00:00
parent c9b2c77ce1
commit eaa9030572

View File

@ -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);