Skip to content

Commit

Permalink
Fix: escoria-core warning plugin has godot editor style (#607)
Browse files Browse the repository at this point in the history
Downside: is now displayed UNDER project settings window
  • Loading branch information
StraToN authored Jul 12, 2022
1 parent 052d87b commit 492f735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/escoria-core/plugin.gd
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func enable_plugin():
Godot editor's "Project / Reload Current Project" menu.
"""
popup_info.connect("confirmed", self, "_on_warning_popup_confirmed", [], CONNECT_ONESHOT)
add_child(popup_info)
get_editor_interface().get_editor_viewport().add_child(popup_info)
popup_info.popup_centered()


Expand Down

0 comments on commit 492f735

Please sign in to comment.