Skip to content

Commit

Permalink
Merge pull request #850 from myk002/myk_sandbox_double_click
Browse files Browse the repository at this point in the history
[gui/sandbox] fix clicks not getting cleared
  • Loading branch information
myk002 authored Oct 5, 2023
2 parents 5814f49 + b8c7ff4 commit d76ac0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Template for new versions:

## Fixes
- `suspendmanager`: fix errors when constructing near the map edge
- `gui/sandbox`: fix scrollbar moving double distance on click

## Misc Improvements

Expand Down
1 change: 1 addition & 0 deletions gui/sandbox.lua
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ function Sandbox:onInput(keys)
end
end
view:sendInputToParent(keys)
return true
end

function Sandbox:find_zombie_syndrome()
Expand Down

0 comments on commit d76ac0b

Please sign in to comment.