mirror of https://github.com/godotengine/godot
Hide TreeItem edit popup on scroll.
This commit is contained in:
parent
d48f9d45e2
commit
cb78af7bc7
|
|
@ -5769,6 +5769,7 @@ int Tree::get_columns() const {
|
|||
void Tree::_scroll_moved(float) {
|
||||
_determine_hovered_item();
|
||||
queue_redraw();
|
||||
popup_editor->hide();
|
||||
}
|
||||
|
||||
Rect2 Tree::get_custom_popup_rect() const {
|
||||
|
|
|
|||
Loading…
Reference in New Issue