Merge pull request #112998 from thearchcoder/fix/hide-popup-on-wheel

Hide TreeItem edit popup on scroll.
This commit is contained in:
Rémi Verschelde 2026-01-31 22:50:19 +01:00
commit a6efb02ebd
No known key found for this signature in database
GPG key ID: C3336907360768E1

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 {