update checkbox icons, clear redo actions when cleaning memory
This commit is contained in:
@@ -52,6 +52,8 @@ void ActionManager::clear()
|
||||
{
|
||||
while (!I.m_actions.empty())
|
||||
I.m_actions.pop();
|
||||
while (!I.m_redos.empty())
|
||||
I.m_redos.pop();
|
||||
I.m_memory = 0;
|
||||
//LOG("History: %.2f KB", I.m_memory / 1024.f);
|
||||
App::I.update_memory_usage(I.m_memory);
|
||||
|
||||
Reference in New Issue
Block a user