From: Jacek S. <arn...@gm...> - 2007-11-26 21:49:48
|
Ok. poy wrote: > at the moment, when a tab is selected, DC++ always gives the focus back > to the widget of this tab that had the focus before the tab lost focus > (hmm, hope it's understandable). > > however, in some tabs like hubs and private messages, the focus should > always be given to the message box, as it used to be in the WTL version. > this little patch fixes it by adding a bool alwaysSameFocus in > MDIChildFrame. > |