Bug in wxTreeListCtrl (6/26/2010 version) Topic is solved

Talk here about issues with one of the components hosted at wxCode, or suggest features for it.
Post Reply
DavidKlecker
Filthy Rich wx Solver
Filthy Rich wx Solver
Posts: 232
Joined: Sun Nov 29, 2009 10:35 am

Bug in wxTreeListCtrl (6/26/2010 version)

Post by DavidKlecker »

Apparently there is a bug in the wxTreeListCtrl where the event for EVT_TEXT associated with the wxEditTextCtrl method is not getting fired.

On line 3968 (treelistctrl.cpp), in the constructor for wxEditTextCtrl there is a -1 as a second parameter. This needs to be changed to wxID_EDITCONTROL which will connect the event EVT_TEXT to this handler.

Hope I gave enough information. :)
Auria
Site Admin
Site Admin
Posts: 6695
Joined: Thu Sep 28, 2006 12:23 am
Contact:

Post by Auria »

Hi,

I would recommend posting this to the bug tracker : trac.wxwidgets.org

The forum is not the right place to post bugs :)
"Keyboard not detected. Press F1 to continue"
-- Windows
Post Reply