fix: opening a doc async did not update the layers list, added on_complete callback to update the layers panel
This commit is contained in:
@@ -134,7 +134,7 @@ public:
|
||||
void export_anim(std::string data_path);
|
||||
void project_save(std::string file_path);
|
||||
void project_save_thread(std::string file_path);
|
||||
void project_open(std::string file_path);
|
||||
void project_open(std::string file_path, std::function<void()> on_complete = nullptr);
|
||||
void project_open_thread(std::string file_path);
|
||||
void inject_xmp(std::string jpg_path);
|
||||
ui::Image thumbnail_generate(int w, int h);
|
||||
|
||||
Reference in New Issue
Block a user