Made wrapping overflow optional

This commit is contained in:
Joshua Barretto
2022-05-30 17:13:21 +01:00
parent b3278f6360
commit 86e3f4a690
3 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ function DocView:draw_overlay(...)
local y = self.position.y
local w = math.ceil(SCALE * 1)
local h = self.size.y
local color = style.guide or style.selection
renderer.draw_rect(x, y, w, h, color)
end