fix log thread bug, add clean memory button, fix pinch zoom bug, set android back button to undo

This commit is contained in:
2017-05-12 13:31:56 +01:00
parent 6dbb8bf3a1
commit 51e355d039
13 changed files with 72 additions and 17 deletions

View File

@@ -17,6 +17,7 @@ public:
size_t m_memory = 0;
static void add(Action* action);
static void undo();
static void clear();
static bool empty()
{
return I.m_actions.empty();