implement export/import ppbr

This commit is contained in:
2019-09-03 11:56:34 +02:00
parent 568f20e5c9
commit 0353d323a4
11 changed files with 390 additions and 135 deletions

View File

@@ -537,7 +537,7 @@ void App::init_menu_file()
if (str_iequals(ext, "abr"))
{
std::thread([this,path] { stroke->import_abr(path); }).detach();
std::thread([this,path] { presets->import_abr(path); }).detach();
}
else
{