1
0
Fork 0

Hide TreeItem edit popup on scroll.

This commit is contained in:
TheArchCoder 2025-11-21 01:29:58 +05:00 committed by Rémi Verschelde
parent d48f9d45e2
commit cb78af7bc7
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 0 deletions

View File

@ -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 {