LCL: changing bidimode autosizes

git-svn-id: trunk@23683 -
This commit is contained in:
mattias 2010-02-11 08:52:12 +00:00
parent e3f56b92ba
commit 61e6f32639

View File

@ -603,7 +603,10 @@ begin
lMessage.Result := 0;
DisableAlign;
try
DoChildSizingChange(Self);
if Parent<>nil then
Parent.ReAlign
else
AdjustSize;
for i := 0 to ComponentCount - 1 do
begin
// all TControl descendants have this notification in TWinControl.CMBidiModeChanged