wxWidgets / wxWidgets

Cross-Platform C++ GUI Library
https://www.wxwidgets.org/
6.34k stars 1.79k forks source link

wxIndividualLayoutConstraint.Set() broken #19449

Closed wxtrac closed 3 years ago

wxtrac commented 24 years ago

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.

wxtrac commented 24 years ago

2000-11-26 00:11:06: @vadz commented


fixed in the CVS