Ignore:
Timestamp:
Apr 22, 2018, 2:34:51 PM (6 years ago)
Author:
chronos
Message:
  • Fixed: Translation of unit moves.
  • Fixed: ComboBox initialization in charts form.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormCharts.pas

    r181 r189  
    5858begin
    5959  Core.PersistentForm.Load(Self);
     60  Redraw;
     61  Translate;
    6062  if (ComboBox1.ItemIndex = -1) and (ComboBox1.Items.Count > 0) then
    6163    ComboBox1.ItemIndex := 0;
    62   Redraw;
    63   Translate;
    6464end;
    6565
Note: See TracChangeset for help on using the changeset viewer.