Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: cfgnunes on February 07, 2011, 12:41:28 pm

Title: BUG in build 6931: wxSmith not change the Identifier in wxMenu
Post by: cfgnunes 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!
Title: Re: BUG in build 6931: wxSmith not change the Identifier in wxMenu
Post by: Jenna 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 (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.