enthought / traitsui

TraitsUI: Traits-capable windowing framework
http://docs.enthought.com/traitsui
Other
296 stars 95 forks source link

Springs between subgroups work in Qt but not in Wx #1404

Open qoheniac opened 3 years ago

qoheniac commented 3 years ago

Something like HGroup(item1, Spring(), item2) works in both while HGroup(HGroup(item1), Spring(), HGroup(item2)) for example only works with Qt whereas Wx ignores the spring.

corranwebster commented 3 years ago

This is likely related to #12 - the same issue was reported for VGroup.