2
0
Fork 0

Fixed "Favourite Project" button in Project Manager

4.0
hilfazer 2020-06-13 12:43:54 +07:00
parent 84abf5a979
commit 512aaf018c
1 changed files with 0 additions and 4 deletions

@ -1741,10 +1741,6 @@ void ProjectList::_panel_input(const Ref<InputEvent> &p_ev, Node *p_hb) {
select_project(clicked_index);
}
if (_selected_project_keys.has(clicked_project.project_key)) {
clicked_project.control->grab_focus();
}
emit_signal(SIGNAL_SELECTION_CHANGED);
if (!mb->get_control() && mb->is_doubleclick()) {