Skip to content

Commit

Permalink
fix orphaned config frame issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzoic committed Apr 26, 2024
1 parent 0aa0d64 commit 52cfd82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions countess/gui/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,7 @@ def node_select(self, node):
new_config_wrapper = ConfiguratorWrapper(self.main_subframe, node, self.logger, self.node_changed)
if self.config_wrapper:
self.main_subframe.replace_child(self.config_wrapper.frame, new_config_wrapper.frame)
self.config_wrapper.destroy()
else:
self.main_subframe.add_child(new_config_wrapper.frame, weight=4)

Expand Down

0 comments on commit 52cfd82

Please sign in to comment.