mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 13:36:00 +02:00
LCL: changing bidimode autosizes
git-svn-id: trunk@23683 -
This commit is contained in:
parent
e3f56b92ba
commit
61e6f32639
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user