hotfix export as jpg and not ppi

This commit is contained in:
2018-10-01 15:56:59 +02:00
parent d83fb68ec2
commit c77c8ed85b
2 changed files with 2 additions and 2 deletions

View File

@@ -1056,7 +1056,7 @@ void ui::Canvas::export_equirectangular(std::string file_path, std::function<voi
if (App::I.check_license())
{
std::thread t([=] {
export_equirectangular_thread(App::I.data_path + "/" + App::I.doc_name + ".ppi");
export_equirectangular_thread(file_path);
if (on_complete)
on_complete();
});