mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 04:06:26 +01:00
Canvas: improve implementation/design of ConstraintPacker::preferred_size()
This commit is contained in:
parent
502a9e80dc
commit
ff6fe51d76
3 changed files with 34 additions and 15 deletions
|
|
@ -70,6 +70,7 @@ public:
|
|||
|
||||
void add_constraints (kiwi::Solver&, ConstrainedItem*) const;
|
||||
|
||||
void non_const_preferred_size (Duple& mininum, Duple& natural);
|
||||
virtual void update_constraints ();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue