Skip to content

Commit

Permalink
small create analysis add to map bug
Browse files Browse the repository at this point in the history
  • Loading branch information
KellyMWhitehead committed Jan 7, 2025
1 parent 1fc5df9 commit 704f2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/frm_dockwidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ def add_analysis(self, parent_node):
frm = FrmAnalysisProperties(self, self.project)
result = frm.exec_()
if result is not None and result != 0:
self.add_child_to_project_tree(parent_node, frm.analysis, True)
self.add_child_to_project_tree(parent_node, frm.analysis, False)
self.open_analysis(frm.analysis)

def open_analysis(self, analysis: Analysis):
Expand Down

0 comments on commit 704f2a5

Please sign in to comment.