mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Merge branch 'master' of https://github.com/cbhaley/calibre
Fix #1190463
This commit is contained in:
commit
9975b586bf
@ -156,6 +156,7 @@ class DateTimeEdit(QDateTimeEdit):
|
||||
self.setDateTime(now())
|
||||
|
||||
def set_to_clear(self):
|
||||
self.setDateTime(now())
|
||||
self.setDateTime(UNDEFINED_QDATETIME)
|
||||
|
||||
def keyPressEvent(self, ev):
|
||||
|
Loading…
x
Reference in New Issue
Block a user