mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-21 22:04:56 -06:00
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:
parent
c3417597de
commit
46c84fb5bb
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue