Author Topic: BUG in build 6931: wxSmith not change the Identifier in wxMenu  (Read 4133 times)

Offline cfgnunes

  • Single posting newcomer
  • *
  • Posts: 3
BUG in build 6931: wxSmith not change the Identifier in wxMenu
« on: February 07, 2011, 12:41:28 pm »
has a bug in build 6931,

when change an Identifier of wxMenu using the "properties table", the value is changed to wxID_ANY.
when change an Identifier of wxMenu using the "MenuBar editor" in the field "Id:", the problems not ocurr.

Thanks!

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: BUG in build 6931: wxSmith not change the Identifier in wxMenu
« Reply #1 on: February 07, 2011, 01:49:27 pm »
If it only happens for wxMenu's with default ID (as created by wxSmith and with IsMember unchecked, it's a known behaviour.
See here: http://forums.codeblocks.org/index.php/topic,14028.0.html
I started a discussion about it, but there is no finally solution at the moment.