mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-05 00:51:05 +01:00
fixed crash when clicking on a General tab wrong column
Reported here: https://github.com/gustavo-iniguez-goya/opensnitch/issues/38#issuecomment-665006899
This commit is contained in:
parent
ace124ad6a
commit
dba0c83ced
1 changed files with 2 additions and 0 deletions
|
@ -573,6 +573,8 @@ class StatsDialog(QtWidgets.QDialog, uic.loadUiType(DIALOG_UI_PATH)[0]):
|
|||
elif idx == StatsDialog.COL_RULES:
|
||||
cur_idx = 2
|
||||
self._set_rules_tab_active(row, cur_idx)
|
||||
else:
|
||||
return
|
||||
|
||||
self._set_active_widgets(True, str(data))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue