Skip to content

Commit

Permalink
rebirth allow hovering empty space on settings row to select it
Browse files Browse the repository at this point in the history
this was behavior i removed before testers got a hand on it and nobody really complained that the current behavior was bad - but i am annoyed by the lack of this being enabled moreso than it being turned off (which main purpose served to stop the noteskin display from popping in unwanted) so im putting it back
  • Loading branch information
poco0317 committed Feb 19, 2023
1 parent 232be6d commit b96cdba
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Themes/Rebirth/BGAnimations/playerInfoFrame/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7087,10 +7087,9 @@ local function rightFrame()
MouseOverCommand = function(self)
if not focused or optionDef == nil then return end
updateExplainText(rowHandle)
-- uncomment to update cursor position when hovering the invisible area
-- seems like an annoying and buggy looking behavior
-- although it is correct, it is just weird
--setCursorVerticalHorizontalPos(rowHandle, nil)
-- this updates cursor position when hovering the invisible area
-- seems like an annoying and buggy looking behavior for some people
setCursorVerticalHorizontalPos(rowHandle, nil)
end,
}
}
Expand Down

0 comments on commit b96cdba

Please sign in to comment.