Merge pull request #47855 from aaronfranke/doubleclick
Rename `doubleclick` to `double_click`
This commit is contained in:
commit
4e7ca279fc
23 changed files with 57 additions and 57 deletions
|
|
@ -1762,7 +1762,7 @@ void ProjectList::_panel_input(const Ref<InputEvent> &p_ev, Node *p_hb) {
|
|||
|
||||
emit_signal(SIGNAL_SELECTION_CHANGED);
|
||||
|
||||
if (!mb->get_control() && mb->is_doubleclick()) {
|
||||
if (!mb->get_control() && mb->is_double_click()) {
|
||||
emit_signal(SIGNAL_PROJECT_ASK_OPEN);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue