fix log thread bug, add clean memory button, fix pinch zoom bug, set android back button to undo
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user