We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978b387 commit 5cba0b2Copy full SHA for 5cba0b2
scene/gui/line_edit.cpp
@@ -2444,6 +2444,7 @@ void LineEdit::set_secret(bool p_secret) {
2444
2445
pass = p_secret;
2446
_shape();
2447
+ set_caret_column(caret_column); // Update scroll_offset.
2448
queue_redraw();
2449
}
2450
@@ -2462,6 +2463,7 @@ void LineEdit::set_secret_character(const String &p_string) {
2462
2463
2464
secret_character = c;
2465
2466
2467
2468
2469
0 commit comments