Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Pecan on September 13, 2009, 03:54:02 pm

Title: Tab context closes wrong editor
Post by: Pecan on September 13, 2009, 03:54:02 pm
Right click on a tab closes the current editor, not the one clicked on.

(http://img9.imageshack.us/img9/2782/shot0014uv.png)

Notice above, that I've right clicked on the left tab, but it's about to close the right tab.

MSW XP sp2, SVN 5751
Title: Re: Tab context closes wrong editor
Post by: Jenna on September 30, 2009, 11:27:37 pm
Should be fixed in svn r5827, by selecting the tab that sends the event before creating the context-menu.
The behaviour is now as  it was before wxAuiNotebook introduction.
Title: Re: Tab context closes wrong editor
Post by: Pecan on October 01, 2009, 03:12:22 pm
Wow! thanks.