feat: updated engine version to 4.4
This commit is contained in:
parent
d08586768d
commit
ba58baf432
140 changed files with 108317 additions and 14666 deletions
|
|
@ -5487,15 +5487,14 @@ Tree::FindColumnButtonResult Tree::_find_column_and_button_at_pos(int p_x, const
|
|||
}
|
||||
}
|
||||
|
||||
if (x > col_width) {
|
||||
col_ofs += col_width;
|
||||
x -= col_width;
|
||||
limit_w -= col_width;
|
||||
continue;
|
||||
if (x < col_width) {
|
||||
col = i;
|
||||
break;
|
||||
}
|
||||
|
||||
col = i;
|
||||
break;
|
||||
col_ofs += col_width;
|
||||
x -= col_width;
|
||||
limit_w -= col_width;
|
||||
}
|
||||
|
||||
if (col >= 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue