Changeset 392


Ignore:
Timestamp:
Jan 5, 2025, 11:46:20 PM (3 days ago)
Author:
chronos
Message:
  • Fixed: Apply theme to chart background.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormCharts.pas

    r362 r392  
    5959  if (ComboBox1.ItemIndex = -1) and (ComboBox1.Items.Count > 0) then
    6060    ComboBox1.ItemIndex := 0;
     61  Chart1.BackColor := ThemeManager.ActualTheme.ColorWindow;
    6162end;
    6263
Note: See TracChangeset for help on using the changeset viewer.