mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-28 05:33:22 +02:00
Fix #983478 ([Enhancement] Regex Builder Wizard: Bind TEST button to regex entry field)
This commit is contained in:
parent
dd2d76a8df
commit
e9fcb54ffb
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ def __init__(self, db, book_id, regex, doc=None, parent=None):
|
|||
self.connect(self.test, SIGNAL('clicked()'), self.do_test)
|
||||
self.connect(self.previous, SIGNAL('clicked()'), self.goto_previous)
|
||||
self.connect(self.next, SIGNAL('clicked()'), self.goto_next)
|
||||
self.test.setDefault(True)
|
||||
|
||||
self.match_locs = []
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue