Skip to content

Commit

Permalink
fix refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
benibela committed Jul 1, 2024
1 parent d2c4ecd commit 3cc27d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statistik_u.pas
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ procedure TstatistikForm.CheckBox2Change(Sender: TObject);
if CheckBox2.Checked then diagramDrawer.FillStyle:=fsMinOverMax
else diagramDrawer.FillStyle:=fsNone;
diagramDrawer.update;
PaintBox1.Update;
PaintBox1.refresh;
end;

procedure TstatistikForm.ComboBox1Select(Sender: TObject);
Expand Down

0 comments on commit 3cc27d0

Please sign in to comment.