Skip to content

Commit 215b35d

Browse files
authored
Fix offset indicators when menubar is not hidden via screen:frame() → screen:fullFrame() (#80)
1 parent 4fab203 commit 215b35d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackline/window.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ function Window:getIndicatorPosition() -- {{{
227227
-- & right edge of windows on the right side of the screen
228228
local xval
229229
local c = self.config
230-
self.screenFrame = self.screen:frame()
230+
self.screenFrame = self.screen:fullFrame()
231231
self.side = self:getScreenSide()
232232

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

0 commit comments

Comments
 (0)