Various fixes

This commit is contained in:
Ilya Laktyushin
2023-07-12 20:43:19 +02:00
parent 6c7b921030
commit 6783076846
3 changed files with 5 additions and 5 deletions

View File

@@ -1227,7 +1227,7 @@ private final class DrawingScreenComponent: CombinedComponent {
case .filled:
nextStyle = .semi
case .semi:
nextStyle = .stroke
nextStyle = .regular
case .stroke:
nextStyle = .regular
}
@@ -3480,7 +3480,7 @@ public final class DrawingToolsInteraction {
case .filled:
nextStyle = .semi
case .semi:
nextStyle = .stroke
nextStyle = .regular
case .stroke:
nextStyle = .regular
}