Skip to content

Commit

Permalink
Fix offset indicators when menubar is not hidden via screen:frame() →…
Browse files Browse the repository at this point in the history
… screen:fullFrame() (#80)
  • Loading branch information
AdamWagner committed Jun 11, 2021
1 parent 4fab203 commit 215b35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stackline/window.lua
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ function Window:getIndicatorPosition() -- {{{
-- & right edge of windows on the right side of the screen
local xval
local c = self.config
self.screenFrame = self.screen:frame()
self.screenFrame = self.screen:fullFrame()
self.side = self:getScreenSide()

-- DONE: Limit stack left/right side to screen boundary to prevent drawing offscreen https://github.com/AdamWagner/stackline/issues/21
Expand Down

0 comments on commit 215b35d

Please sign in to comment.