Time: reintroduces seconds for aesthetic reasons.
* Thanks to Humdinger for point out the problem. * Problem discussed in #10840.
This commit is contained in:
@@ -175,7 +175,7 @@ DateTimeView::_InitView()
|
||||
fCalendarView->SetInvocationMessage(new BMessage(kDayChanged));
|
||||
|
||||
fDateEdit = new TDateEdit("dateEdit", 3);
|
||||
fTimeEdit = new TTimeEdit("timeEdit", 4);
|
||||
fTimeEdit = new TTimeEdit("timeEdit", 5);
|
||||
fClock = new TAnalogClock("analogClock");
|
||||
|
||||
BTime time(BTime::CurrentTime(B_LOCAL_TIME));
|
||||
|
||||
Reference in New Issue
Block a user