Camera and media editor improvements

This commit is contained in:
Ilya Laktyushin
2023-05-10 17:10:27 +04:00
parent c114f218b9
commit d15c48ff07
104 changed files with 9805 additions and 676 deletions

View File

@@ -227,7 +227,7 @@ final class DrawingSimpleShapeEntityView: DrawingEntityView {
selectionView.transform = CGAffineTransformMakeRotation(self.shapeEntity.rotation)
}
override func makeSelectionView() -> DrawingEntitySelectionView {
override func makeSelectionView() -> DrawingEntitySelectionView? {
if let selectionView = self.selectionView {
return selectionView
}