The alignment of selected controls is wrong. When atSpaceEqually is passed to the method the controls are realigned, but it does not take the size of the selected controls into account. If the controls have the same size then everything looks great, but if the controls have different sizes then the result looks nasty.
For example, we have three controls:
ABC DEFGIJK LMN
When atSpaceEqually is used I expect to see the following...
ABC DEFGIJK LMN
The space between C and D should be equal to the space between K and L.
However, I get the following...
ABC DEFGIJKLMN
The space between A and D is equal to the space between D and L.
Has this been fixed in LMD 2013?
Comments