We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5b0bd commit 3298ae9Copy full SHA for 3298ae9
material_maker/windows/file_dialog/file_dialog.gd
@@ -17,7 +17,7 @@ func _ready() -> void:
17
_content_scale_factor = mm_globals.main_window.get_window().content_scale_factor
18
content_scale_factor = _content_scale_factor
19
20
- for child in get_children():
+ for child in get_children(true):
21
if child is PopupMenu:
22
child.about_to_popup.connect(_context_menu_about_to_popup.bind(child))
23
0 commit comments