1
Using Code::Blocks / Re: wxWidgets 3.1.7 is available
« Last post by Miguel Gimenez on Today at 11:37:42 am »Quote
The r12841 patch does not include the InsertPage(...) function definition changes
Completed in r12842.
Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!
The r12841 patch does not include the InsertPage(...) function definition changes
void EditorManager::AddEditorBase(EditorBase* eb)
{
int page = FindPageFromEditor(eb);
if (page == -1)
{
// use fullname as default, so tabs stay as small as possible
wxFileName fn(eb->GetTitle());
m_pNotebook->AddPage(eb, fn.GetFullName(), true);
}
}
can you share the modified xml files?Thanks for your reply. Yes, in attachment.