diff options
Diffstat (limited to 'src/main.py')
-rw-r--r-- | src/main.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.py b/src/main.py index 008e310..fed6830 100644 --- a/src/main.py +++ b/src/main.py @@ -186,9 +186,9 @@ class AssignmentList(QMainWindow): def editRules(self, id): pass - need_redraw = RulesDialog(id) - if need_redraw: - self.drawGroups() + need_reload = RulesDialog(id) + if need_reload: + self.reload() def entryContextMenu(self, entry_id): menu = QMenu() |