move render thread to App class and add ui thread with ui tasks queue
This commit is contained in:
@@ -46,7 +46,6 @@ void ActionStroke::undo()
|
||||
LOG("undo invalid box size (%d, %d)", (int)box_sz.x, (int)box_sz.y);
|
||||
}
|
||||
}
|
||||
m_canvas->draw_merge();
|
||||
}
|
||||
|
||||
size_t ActionStroke::memory()
|
||||
|
||||
Reference in New Issue
Block a user