Skip to content

Commit

Permalink
Fix project loading error when running app from project (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
cxnt authored Aug 6, 2024
1 parent 61411e4 commit 7ab9638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,7 @@ def create_new_layer(
register_layer(layer)
StateJson().send_changes()
DataJson().send_changes()
layer.init_widgets()
return layer


Expand Down

0 comments on commit 7ab9638

Please sign in to comment.