if (m_pToolbar)
{
m_pToolbar->EnableTool(idFileSave, ed && ed->GetModified());
m_pToolbar->EnableTool(idFilePrint, Manager::Get()->GetEditorManager() && Manager::Get()->GetEditorManager()->GetBuiltinActiveEditor());
}
The toolbar buttons related to the debugger are changing state with no problem.
Why the toolbar save button dont change state?
Regressions/Confirmed/Annoying/Common bugs:
- toolbar-images-not-changing-state (is a wx problem/Win XP problem)