Skip to content

Commit

Permalink
Corpus Viewer: Run search when finished typing the query (on enter).
Browse files Browse the repository at this point in the history
  • Loading branch information
lanzagar committed Oct 27, 2021
1 parent b9b2197 commit c12492a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orangecontrib/text/widgets/owcorpusviewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ def __init__(self):
orientation=Qt.Horizontal,
sizePolicy=QSizePolicy(QSizePolicy.MinimumExpanding,
QSizePolicy.Fixed),
label='RegExp Filter:')
self.filter_input.textChanged.connect(self.refresh_search)
label='RegExp Filter:',
callback=self.refresh_search)

# Main area
self.splitter = QSplitter(
Expand Down

0 comments on commit c12492a

Please sign in to comment.