Author Topic: wxEXPAND|wxALIGN_CENTER + 3.1.0  (Read 2666 times)

walter-w

  • Guest
wxEXPAND|wxALIGN_CENTER + 3.1.0
« on: December 28, 2017, 02:37:00 am »
Hi everyone,

I've encountered an issue in the flags generated by CodeBlocks/wxSmith when used by wxWidgets 3.1.0.  It seems the wxEXPAND flag is incompatible with the wxALIGN_CENTER_HORIZONTAL and ignores the wxEXPAND flag when the center flag is present.  Since it seems that one of the align flags is always included by CodeBlocks when it should be mutually exclusive.

Please let me know if there is a way to exclude the flags causing the issue.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: wxEXPAND|wxALIGN_CENTER + 3.1.0
« Reply #1 on: December 28, 2017, 10:36:37 am »
Which version of C::B do you use ?