Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove methods in header removed in c7eb814 #74898

Merged
merged 1 commit into from
Mar 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions scene/gui/rich_text_label.h
Original file line number Diff line number Diff line change
Expand Up @@ -623,9 +623,6 @@ class RichTextLabel : public Control {
void set_hint_underline(bool p_underline);
bool is_hint_underlined() const;

void set_override_selected_font_color(bool p_override_selected_font_color);
bool is_overriding_selected_font_color() const;

void set_scroll_active(bool p_active);
bool is_scroll_active() const;

Expand Down
3 changes: 0 additions & 3 deletions scene/gui/text_edit.h
Original file line number Diff line number Diff line change
Expand Up @@ -851,9 +851,6 @@ class TextEdit : public Control {
void set_drag_and_drop_selection_enabled(const bool p_enabled);
bool is_drag_and_drop_selection_enabled() const;

void set_override_selected_font_color(bool p_override_selected_font_color);
bool is_overriding_selected_font_color() const;

void set_selection_mode(SelectionMode p_mode, int p_line = -1, int p_column = -1, int p_caret = 0);
SelectionMode get_selection_mode() const;

Expand Down