mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 12:04:15 +02:00
improving name filter
This commit is contained in:
@@ -136,7 +136,7 @@ class InputFilter(QLineEdit):
|
||||
def keyPressEvent(self, event):
|
||||
super(InputFilter, self).keyPressEvent(event)
|
||||
if event.key() != Qt.EnterKeyReturn:
|
||||
self.on_key_press(self.text())
|
||||
self.on_key_press()
|
||||
|
||||
|
||||
def new_single_select(model: SingleSelectComponent):
|
||||
|
||||
Reference in New Issue
Block a user