Skip to content

Commit

Permalink
Update task.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvladus committed May 28, 2023
1 parent 985ed3b commit 2a82f84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ def __init__(self, task: dict, parent):
self.sub_tasks.append(SubTask(task, self))
self.update_statusbar()
self.update_move_buttons()
# if self.get_prev_sibling():
# self.get_prev_sibling().update_move_buttons()

def expand(self, expand: bool):
self.sub_tasks_revealer.set_reveal_child(expand)
Expand Down

0 comments on commit 2a82f84

Please sign in to comment.