Re: [GD-Windows] TreeView label editing
Brought to you by:
vexxed72
From: Pierre T. <pte...@ag...> - 2007-07-06 16:06:11
|
> > Be sure to post what was causing your problems if you figure it out, > > it could help someone out in the future.. you never know > > Yep, will do. I'll try to check this out this week-end. Apparently it's because of a SetFocus() call while processing the WM_ACTIVATE message. I added this like 3 years ago to solve some problem. It comes with this comment: // Make sure that last activated window gets the focus. This fixes the missing mouse wheel events // in render window. It also makes sure selecting another control removes the focus from render window. window->SetFocus(); Hmmm. In any case removing this line fixing the treeview issue. I'll have to revisit this one a bit.... - Pierre |