mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 19:18:01 +02:00
IDE: Support scaled font sizes in All Compiler Options window. By BrunoK.
(cherry picked from commit 59eeb39742
)
This commit is contained in:
parent
755b03e0ef
commit
d17361635f
@ -347,6 +347,7 @@ begin
|
||||
if (FEffectiveFilter = edOptionsFilter.Text)
|
||||
and (FEffectiveShowModified = cbShowModified.Checked) then Exit;
|
||||
Container := sbAllOptions;
|
||||
Container.Perform(CM_PARENTFONTCHANGED, 0, 0);
|
||||
Container.DisableAutoSizing{$IFDEF DebugDisableAutoSizing}('TfrmAllCompilerOptions.RenderAndFilterOptions'){$ENDIF};
|
||||
try
|
||||
// First filter and set Visible flag.
|
||||
|
Loading…
Reference in New Issue
Block a user