summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-06-28 12:18:44 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-06-28 12:18:44 +0200
commit236ec7d4cd715443746e36e7cd4a2b00e5304fcf (patch)
tree9b02b7ce46104d25485175997b1f696087bfe961
parent19899188773b0caeff4fe93f6b944fc928512001 (diff)
downloadfpGUI-236ec7d4cd715443746e36e7cd4a2b00e5304fcf.tar.xz
Checkbox Calendar: Clicking the checkbox didn't repaint the display.
No idea how I missed that one! Anyway, fixed now.
-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);