plugin drawwhitespace: return line height on draw_line_text
This commit is contained in:
parent
92a008614f
commit
5da7467a5c
|
@ -176,5 +176,5 @@ function DocView:draw_line_text(idx, x, y)
|
|||
end
|
||||
end
|
||||
|
||||
draw_line_text(self, idx, x, y)
|
||||
return draw_line_text(self, idx, x, y)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue