mirror of
https://github.com/jopohl/urh.git
synced 2026-03-24 17:07:01 +01:00
set selection timer timeout to 0 for instant refresh
This commit is contained in:
@@ -1093,7 +1093,7 @@ class CompareFrameController(QFrame):
|
||||
|
||||
@pyqtSlot()
|
||||
def on_table_selection_changed(self):
|
||||
self.selection_timer.start(100)
|
||||
self.selection_timer.start(0)
|
||||
|
||||
@pyqtSlot()
|
||||
def on_combobox_decoding_current_index_changed(self):
|
||||
|
||||
Reference in New Issue
Block a user