This commit is contained in:
Kovid Goyal 2014-08-25 17:47:39 +05:30
parent 250a5ded0a
commit f87d50c327

View File

@ -1036,7 +1036,7 @@ def edit_metadata(db, row_list, current_row, parent=None, view_slot=None,
set_current_callback=set_current_callback)
return d.changed, d.rows_to_refresh
finally:
d.hide()
d.hide() # possible workaround for bug reports of occasional ghost edit metadata dialog on windows
if __name__ == '__main__':
from calibre.gui2 import Application as QApplication