update iOS project

This commit is contained in:
2019-07-12 10:47:58 +02:00
parent c4633a906f
commit ea0679dfe5
8 changed files with 112 additions and 186 deletions

View File

@@ -540,7 +540,6 @@ void App::init_menu_file()
else
{
Image img;
async_start();
img.load_file(path);
if (img.width == img.height / 6 || img.width == img.height * 2)
{
@@ -554,7 +553,6 @@ void App::init_menu_file()
Canvas::set_mode(kCanvasMode::Import);
}
async_redraw();
async_end();
}
});
popup->mouse_release();