From 236ec7d4cd715443746e36e7cd4a2b00e5304fcf Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Mon, 28 Jun 2010 12:18:44 +0200 Subject: Checkbox Calendar: Clicking the checkbox didn't repaint the display. No idea how I missed that one! Anyway, fixed now. --- src/gui/fpg_popupcalendar.pas | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3-70-g09d2