Skip to content

Commit

Permalink
GH-392 Allow reselect in component panel item lists
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Jun 9, 2024
1 parent b46ec6e commit 728bb81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/editor/component_panels/component_panel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ void OrchestratorScriptComponentPanel::_notification(int p_what)
_tree = memnew(Tree);
_tree->set_columns(1);
_tree->set_allow_rmb_select(true);
_tree->set_allow_reselect(true);
_tree->set_select_mode(Tree::SELECT_ROW);
_tree->set_h_scroll_enabled(false);
_tree->set_v_scroll_enabled(false);
Expand Down

0 comments on commit 728bb81

Please sign in to comment.