Merge pull request #18122 from olivergs/wip/rtl-content-height

RichTextLabel, doc: Added new method to get total content height
This commit is contained in:
Max Hilbrunner 2018-05-07 14:53:43 +02:00 committed by GitHub
commit fb4e9526e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 3 deletions

View file

@ -340,6 +340,8 @@ public:
int get_line_count() const;
int get_visible_line_count() const;
int get_content_height();
VScrollBar *get_v_scroll() { return vscroll; }
virtual CursorShape get_cursor_shape(const Point2 &p_pos) const;