summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/fpg_popupcalendar.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/fpg_popupcalendar.pas b/src/gui/fpg_popupcalendar.pas
index d9b240b7..c15af63d 100644
--- a/src/gui/fpg_popupcalendar.pas
+++ b/src/gui/fpg_popupcalendar.pas
@@ -1233,6 +1233,7 @@ begin
begin
Checked := not FChecked;
DoCheckboxChanged;
+ Repaint;
end
else
inherited HandleLMouseUp(x, y, shiftstate);