mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 13:58:40 +00:00
remove old animation method for panel pcts; since panels are often rearranged in a hierarchy, having pcts being based on parent rectangle (as opposed to the root rectangle) is unstable and often looks bad
This commit is contained in:
+1
-4
@@ -227,10 +227,7 @@ struct DF_Panel
|
||||
|
||||
// rjf: split data
|
||||
Axis2 split_axis;
|
||||
Vec2F32 off_pct_of_parent;
|
||||
Vec2F32 off_pct_of_parent_target;
|
||||
Vec2F32 size_pct_of_parent;
|
||||
Vec2F32 size_pct_of_parent_target;
|
||||
F32 pct_of_parent;
|
||||
|
||||
// rjf: tab params
|
||||
Side tab_side;
|
||||
|
||||
Reference in New Issue
Block a user