Skip to content

Commit

Permalink
Small fix in flexible layout code
Browse files Browse the repository at this point in the history
  • Loading branch information
RodZill4 committed Dec 20, 2023
1 parent 19ffe61 commit 236061c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/flexible_layout/flexible_dragger.gd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func _on_gui_input(event):
drag_position = position.y
else:
drag_position = position.x
drag_limits = flex_split.get_ref().start_drag(dragger_index, position.y)
drag_limits = flex_split.get_ref().start_drag(dragger_index, drag_position)
elif event is InputEventMouseMotion:
if dragging:
if vertical:
Expand Down
Binary file modified addons/flexible_layout/undock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 236061c

Please sign in to comment.