Skip to content

Commit

Permalink
set parent name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HakanSeven12 committed Sep 30, 2023
1 parent de3177b commit 4c180f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Trails/guitools/gui_region.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from trails_variables import icons_path
from ..make import make_region
from ..get import get_alignments
from ..tasks import task_set_patent
from ..tasks import task_set_parent


class CreateRegion:
Expand Down Expand Up @@ -72,7 +72,7 @@ def Activated(self):

except Exception:
alignments = get_alignments.get()
panel = task_set_patent.TaskSetParent(alignments, make_region)
panel = task_set_parent.TaskSetParent(alignments, make_region)
FreeCADGui.Control.showDialog(panel)

FreeCADGui.addCommand('Create Region', CreateRegion())
File renamed without changes.

0 comments on commit 4c180f5

Please sign in to comment.