Merge from 2.0.1
svn: r4666
This commit is contained in:
@ -146,6 +146,7 @@ class DateEdit:
|
||||
if text != self.text:
|
||||
self.text = text
|
||||
self.date_obj.copy(DateHandler.parser.parse(text))
|
||||
self.text_obj.set_text(DateHandler.displayer.display(self.date_obj))
|
||||
self.check()
|
||||
|
||||
def invoke_date_editor(self,obj):
|
||||
|
Reference in New Issue
Block a user