mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 12:08:09 +02:00
LCL: Improve OptimalFill. Issue #31538, patch from Serge Anvarov.
git-svn-id: trunk@55079 -
This commit is contained in:
parent
1e3c5c2752
commit
77e5128f81
@ -500,6 +500,8 @@ begin
|
||||
FOptimalFill := AValue;
|
||||
if OptimalFill and AutoSize then
|
||||
AutoSize := False;
|
||||
if OptimalFill then
|
||||
AdjustFontForOptimalFill;
|
||||
Invalidate;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user