Skip to content

Commit

Permalink
Add a debug log, like moveFocusTo
Browse files Browse the repository at this point in the history
  • Loading branch information
NiLuJe committed Oct 20, 2024
1 parent 2656880 commit 2b2417a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/ui/widget/menu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1145,6 +1145,7 @@ function Menu:mergeTitleBarIntoLayout()
end
-- Adjust for the added rows to keep our current selection
self.selected.y = self.selected.y + #title_bar_layout
logger.dbg("Menu:mergeTitleBarIntoLayout: Adjusted focus position to account for added titlebar rows:", self.selected.x, ",", self.selected.y)
end

--[[
Expand Down

0 comments on commit 2b2417a

Please sign in to comment.