summaryrefslogtreecommitdiff
path: root/src/main.py
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2023-09-18 14:31:14 -0400
committerLouie S <louie@example.com>2023-09-18 14:31:14 -0400
commitb4ca417b7e02f7cabba6689dc63eb7b733164fdf (patch)
tree5d78b2deaa0b63f6bf5c2b6cb99f41e437c00e43 /src/main.py
parent1d26be43535c34b05513c92e700d5cc92610fa63 (diff)
rules working
Diffstat (limited to 'src/main.py')
-rw-r--r--src/main.py6
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()