Skip to content

Commit

Permalink
[bugfix] Text output is not properly displayed when scrollbar is visible
Browse files Browse the repository at this point in the history
  • Loading branch information
elgopher committed Nov 24, 2024
1 parent 41df985 commit 6d38619
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gui/text_output.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,7 @@ function attach_text_output(parent, el)
text_output.y = 0
end

function el:draw() end

return el
end

0 comments on commit 6d38619

Please sign in to comment.