mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Bulk metadata edit dialog: Fix a regression that broke changing case
This commit is contained in:
parent
4225ab51a5
commit
a74e172940
@ -54,6 +54,9 @@ class Caser(LineEditECM):
|
||||
def setText(self, text):
|
||||
self.title = text
|
||||
|
||||
def hasSelectedText(self):
|
||||
return False
|
||||
|
||||
|
||||
class MyBlockingBusy(QDialog): # {{{
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user