Skip to content

Commit 3298ae9

Browse files
committed
Fixed FileDialog context menu position
1 parent ff5b0bd commit 3298ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

material_maker/windows/file_dialog/file_dialog.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func _ready() -> void:
1717
_content_scale_factor = mm_globals.main_window.get_window().content_scale_factor
1818
content_scale_factor = _content_scale_factor
1919

20-
for child in get_children():
20+
for child in get_children(true):
2121
if child is PopupMenu:
2222
child.about_to_popup.connect(_context_menu_about_to_popup.bind(child))
2323

0 commit comments

Comments
 (0)