Closed wxtrac closed 3 years ago
Issue migrated from trac ticket # 84
priority: normal
Calling wxIndividualLayoutConstraint.Set() has no effect for relationships wxSameAs and wxPercentageOf.
The problem is that Set does not change the percent attribute.
Also, SameAs() is implemented with wxPercentOf, so wxSameAs does not currently make sense as a relationship parameter to Set.
fixed in the CVS
Issue migrated from trac ticket # 84
priority: normal
2000-11-13 05:34:26: riaan created the issue
Calling wxIndividualLayoutConstraint.Set() has no effect for relationships wxSameAs and wxPercentageOf.
The problem is that Set does not change the percent attribute.
Also, SameAs() is implemented with wxPercentOf, so wxSameAs does not currently make sense as a relationship parameter to Set.