News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Possible bug in wxSmith - wrong event with wxListBook

Started by kencamargo, February 01, 2009, 10:21:50 PM

Previous topic - Next topic

kencamargo

(svn 5380, Ubuntu 8.10)

I am using a wxListBook, and it generated a wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED macro for checking if it changed, instead of wxEVT_COMMAND_LISTBOOK_PAGE_CHANGED. The former is also the event (incorrectly) shown in the property list.

Ken

byo

Fixed in svn head.
Thanks for feedback.

Regards
  BYO

kencamargo

Quote from: byo on February 02, 2009, 08:20:16 PM
Fixed in svn head.
Thanks for feedback.

Regards
  BYO

Wow, that was quick. :)
Thank *you* for the wonderful tool.

Ken