mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Fix Tree relationship line 1px width draw bug.
This commit is contained in:
parent
c374ce211c
commit
4766e32419
2 changed files with 25 additions and 18 deletions
|
|
@ -488,6 +488,7 @@ private:
|
|||
Vector2 range_drag_capture_pos;
|
||||
|
||||
bool propagate_mouse_activated = false;
|
||||
float content_scale_factor = 0.0;
|
||||
|
||||
Rect2 custom_popup_rect;
|
||||
int edited_col = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue