mirror of
https://github.com/edubart/otclient.git
synced 2025-12-01 07:36:49 +01:00
some fixes in MainWindow move
This commit is contained in:
@@ -10,5 +10,6 @@ end
|
||||
function UICheckBox:onMouseRelease(mousePos, mouseButton)
|
||||
if self:isPressed() and self:containsPoint(mousePos) then
|
||||
self:setChecked(not self:isChecked())
|
||||
return true
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user