implementing color wheel and new color picker

This commit is contained in:
2017-11-23 20:26:57 +00:00
parent d44434a458
commit a90aa4a60e
23 changed files with 371 additions and 26 deletions

View File

@@ -1324,6 +1324,7 @@ void ui::Canvas::project_open_thread(std::string file_path)
l.destroy();
m_layers.clear();
m_order.clear();
resize(m_width, m_height);
App::I.async_end();
std::vector<int> tmp_order;