Fix Tree relationship line 1px width draw bug.

This commit is contained in:
Koyper 2024-10-26 12:28:59 -05:00
parent c374ce211c
commit 4766e32419
2 changed files with 25 additions and 18 deletions

View file

@ -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;