mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
[Bug 1996020]: Bulk Metadata Editor: Inconsistency on 'Clear' button
Clicking clear on DateTime setting the apply box is wrong. Fixed.
This commit is contained in:
parent
1211aef0bc
commit
c7a250a849
@ -327,7 +327,6 @@ class DateTimeEdit(DateTimeEditBase):
|
|||||||
self.setDateTime(now())
|
self.setDateTime(now())
|
||||||
|
|
||||||
def set_to_clear(self):
|
def set_to_clear(self):
|
||||||
self.setDateTime(now())
|
|
||||||
self.setDateTime(UNDEFINED_QDATETIME)
|
self.setDateTime(UNDEFINED_QDATETIME)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user