Merge pull request #69753 from lpares12/feat_meta_cursor
RichTextLabel: decouple meta cursor from underline
This commit is contained in:
commit
d3e32698b4
1 changed files with 0 additions and 4 deletions
|
@ -1854,10 +1854,6 @@ void RichTextLabel::_notification(int p_what) {
|
||||||
}
|
}
|
||||||
|
|
||||||
Control::CursorShape RichTextLabel::get_cursor_shape(const Point2 &p_pos) const {
|
Control::CursorShape RichTextLabel::get_cursor_shape(const Point2 &p_pos) const {
|
||||||
if (!underline_meta) {
|
|
||||||
return get_default_cursor_shape();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (selection.click_item) {
|
if (selection.click_item) {
|
||||||
return CURSOR_IBEAM;
|
return CURSOR_IBEAM;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue