mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Improve performance of SpinBox creation
This commit is contained in:
parent
fc7065d2b4
commit
e232484a37
3 changed files with 1 additions and 2 deletions
|
|
@ -2738,7 +2738,6 @@ void LineEdit::show_emoji_and_symbol_picker() {
|
|||
void LineEdit::set_emoji_menu_enabled(bool p_enabled) {
|
||||
if (emoji_menu_enabled != p_enabled) {
|
||||
emoji_menu_enabled = p_enabled;
|
||||
_update_context_menu();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue