mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Settings tab: double click opens/closes trees
This commit is contained in:
parent
ba9d7215ec
commit
2364449d7a
1 changed files with 5 additions and 0 deletions
|
@ -928,6 +928,11 @@ bool GUITable::OnEvent(const SEvent &event)
|
|||
sel_doubleclick) {
|
||||
sendTableEvent(sel_column, sel_doubleclick);
|
||||
}
|
||||
|
||||
// Treeview: double click opens/closes trees
|
||||
if (m_has_tree_column && sel_doubleclick) {
|
||||
toggleVisibleTree(m_selected, 0, false);
|
||||
}
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue