Skip to content

Commit

Permalink
More fixing
Browse files Browse the repository at this point in the history
Still didn't work well... Better now I think.
  • Loading branch information
Jowan-Spooner committed Sep 12, 2024
1 parent 94be775 commit 09b7eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/dialogic/Modules/Character/subsystem_containers.gd
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func resize_container(container: DialogicNode_PortraitContainer, rect_size: Vari
tween.finished.connect(save_position_container.bind(container))
else:
container.position = container.position + relative_position_change
container.set_deferred("size", final_rect_resize)
container.size = final_rect_resize
save_position_container(container)

position_changed.emit({&'change':'resized', &'container_node':container})
Expand Down

0 comments on commit 09b7eac

Please sign in to comment.