You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Improve performance of SpinBox creation
This commit is contained in:
@@ -3881,7 +3881,6 @@ void TextEdit::show_emoji_and_symbol_picker() {
|
||||
void TextEdit::set_emoji_menu_enabled(bool p_enabled) {
|
||||
if (emoji_menu_enabled != p_enabled) {
|
||||
emoji_menu_enabled = p_enabled;
|
||||
_update_context_menu();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user