Changeset 396


Ignore:
Timestamp:
Jan 6, 2025, 12:24:08 AM (4 days ago)
Author:
chronos
Message:
  • Fixed: Charts form chart was not drawn on the initial show.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormCharts.pas

    r392 r396  
    5555procedure TFormCharts.FormShow(Sender: TObject);
    5656begin
    57   Redraw;
    5857  Translate;
    5958  if (ComboBox1.ItemIndex = -1) and (ComboBox1.Items.Count > 0) then
    6059    ComboBox1.ItemIndex := 0;
    6160  Chart1.BackColor := ThemeManager.ActualTheme.ColorWindow;
     61  Redraw;
    6262end;
    6363
Note: See TracChangeset for help on using the changeset viewer.