This commit is contained in:
2019-11-17 17:29:03 +01:00
parent 0901138019
commit 3b69ff4ae2
4 changed files with 27 additions and 27 deletions

View File

@@ -539,8 +539,8 @@ void App::dialog_resize()
void App::dialog_export_cube_faces()
{
if (canvas)
{
if (canvas)
{
canvas->m_canvas->export_cube_faces(doc_name, [this] {
#if defined(__IOS__)
message_box("Export Cube Faces", "Image and depth exported to Files/PanoPainter");