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

@@ -1448,6 +1448,7 @@ void Canvas::FloodData::apply()
layer->m_dirty_face[plane] = true;
layer->m_dirty_box[plane] = box_union(layer->m_dirty_box[plane], bb[plane]);
}
Canvas::I->m_unsaved = true;
}
void Canvas::resize(int width, int height)