mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 12:18:03 +02:00
IDE: Support scaled font sizes in All Compiler Options window. By BrunoK.
This commit is contained in:
parent
1515bbf643
commit
59eeb39742
@ -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