mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 10:39:20 +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)
|
if (FEffectiveFilter = edOptionsFilter.Text)
|
||||||
and (FEffectiveShowModified = cbShowModified.Checked) then Exit;
|
and (FEffectiveShowModified = cbShowModified.Checked) then Exit;
|
||||||
Container := sbAllOptions;
|
Container := sbAllOptions;
|
||||||
|
Container.Perform(CM_PARENTFONTCHANGED, 0, 0);
|
||||||
Container.DisableAutoSizing{$IFDEF DebugDisableAutoSizing}('TfrmAllCompilerOptions.RenderAndFilterOptions'){$ENDIF};
|
Container.DisableAutoSizing{$IFDEF DebugDisableAutoSizing}('TfrmAllCompilerOptions.RenderAndFilterOptions'){$ENDIF};
|
||||||
try
|
try
|
||||||
// First filter and set Visible flag.
|
// First filter and set Visible flag.
|
||||||
|
Loading…
Reference in New Issue
Block a user