CtrlLib: Fixed unitialized variable issue in Clock

git-svn-id: svn://ultimatepp.org/upp/trunk@7630 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-09-01 08:57:52 +00:00
parent c3417597de
commit 46c84fb5bb

View file

@ -59,6 +59,8 @@ Calendar::Calendar()
bs = 5;
SetStyle(StyleDefault());
Reset();
ComputeSize();
}
void Calendar::Reset()
@ -1269,6 +1271,8 @@ Clock::Clock()
SetFrame(BlackFrame());
BackPaint();
ComputeSize();
}
// CalendarClock