mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 15:46:49 +00:00
Password Box: removed an unnecessary set_cursor call
[ci skip] This was rendered unnecessary by de090c16
This commit is contained in:
parent
8d608f65f5
commit
dd41514ea8
@ -83,7 +83,6 @@ void password_box::insert_char(const utf8::string& unicode)
|
||||
passwd.append(font::unicode_bullet);
|
||||
}
|
||||
text_box::insert_char(passwd);
|
||||
set_cursor(sel + sz, false);
|
||||
}
|
||||
utf8::insert(real_value_, sel, unicode);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user