update iOS project
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user