Skip to content

Commit

Permalink
Add comment about TextArea rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktor-obrebski committed Nov 22, 2024
1 parent abebac7 commit c005846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/lua/gui/widgets/text_area.lua
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ end

function TextArea:renderSubviews(dc)
self.text_area.frame_body.y1 = self.frame_body.y1-(self.render_start_line_y - 1)

-- only visible lines of text_area will be rendered
TextArea.super.renderSubviews(self, dc)
end

Expand Down

0 comments on commit c005846

Please sign in to comment.