Merge pull request #112998 from thearchcoder/fix/hide-popup-on-wheel
Hide TreeItem edit popup on scroll.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user