fix: fix clear, fix panel am-pm panel initialization issue.
This commit is contained in:
@@ -154,6 +154,7 @@ public class TimePickerPresenter : TemplatedControl
|
||||
{
|
||||
panels.Add(_ampmScrollPanel);
|
||||
_ampmSelector?.SetValue(DateTimePickerPanel.ItemFormatProperty, part);
|
||||
if (_ampmSelector is not null) _ampmSelector.IsEnabled = _use12Clock;
|
||||
}
|
||||
}
|
||||
catch
|
||||
|
||||
Reference in New Issue
Block a user