* UIDateTimePicker:修复下拉选择日期后关闭的Bug
This commit is contained in:
parent
71049bfff3
commit
be62929977
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1207,7 +1207,7 @@ namespace Sunny.UI
|
||||
date = days[id].Date;
|
||||
date = new DateTime(date.Year, date.Month, date.Day, Hour, Minute, Second);
|
||||
DoValueChanged(this, Date);
|
||||
CloseParent();
|
||||
//CloseParent();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user