Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

Bug in the TSelCtrls.Align method in LMD IDE-Tools 2012

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?
Tagged:

Comments

Sign In or Register to comment.