Merge branch 'develop' into myk_toggle_cursor

develop
Myk 2023-04-16 10:32:07 -07:00 committed by GitHub
commit 777a5b7cea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

@ -38,6 +38,7 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
## Fixes
## Misc Improvements
- `buildingplan`: minimized planner panel stays minimized until you change it again
- ``toggle-kbd-cursor``: add hotkey for toggling the keyboard cursor (Alt-K)
## Documentation

@ -729,7 +729,6 @@ function PlannerOverlay:onInput(keys)
return true
end
self.selected = 1
self.minimized = false
self.subviews.hollow:setOption(false)
self:reset()
reset_counts_flag = true