You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-02 16:48:55 +00:00
Create many types of popups on demand
* LineEdit popups created on demand. * TextEdit popups created on demand. * SpinSlider popups created on demand. * ResourcePicker popups created on demand. Improves editor responsiveness.
This commit is contained in:
@@ -1048,7 +1048,7 @@ void ColorPicker::_focus_exit() {
|
||||
}
|
||||
|
||||
void ColorPicker::_html_focus_exit() {
|
||||
if (c_text->get_menu()->is_visible()) {
|
||||
if (c_text->is_menu_visible()) {
|
||||
return;
|
||||
}
|
||||
_html_submitted(c_text->get_text());
|
||||
|
||||
Reference in New Issue
Block a user