Skip to content

Commit

Permalink
solve margin extra
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoofgod committed Apr 27, 2024
1 parent a71ab76 commit e78addf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/corelib/ui/uiminiwindow.lua
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ function UIMiniWindow:onDragMove(mousePos, mouseMoved)
self.setMovedChildMargin(self.movedOldMargin or 0)
self.movedWidget = nil
end
self.setMovedChildMargin(0)

return UIWindow.onDragMove(self, mousePos, mouseMoved)
end
Expand Down

0 comments on commit e78addf

Please sign in to comment.