set selection timer timeout to 0 for instant refresh

This commit is contained in:
Johannes Pohl
2017-02-11 20:08:44 +01:00
parent 6fcad607fd
commit ae6d54dcea

View File

@@ -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):