diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-07 13:46:01 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-07 13:46:01 +0200 |
| commit | a1a485f16e0f1720f2dcdf7ab03d52c29fe9e252 (patch) | |
| tree | f856e787f18bcb8abcf15a8aa72793cf56630fd2 /Map/Presentation/MapEditor.swift | |
| parent | 69f8f7e81ca73ffbf1a0d76ccbd6cf8545caff57 (diff) | |
Show custom fonts
Diffstat (limited to 'Map/Presentation/MapEditor.swift')
| -rw-r--r-- | Map/Presentation/MapEditor.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Map/Presentation/MapEditor.swift b/Map/Presentation/MapEditor.swift index 267492c..4116171 100644 --- a/Map/Presentation/MapEditor.swift +++ b/Map/Presentation/MapEditor.swift @@ -106,7 +106,7 @@ struct MapEditor: View { .background(Color.Theme.UI.background) .cornerRadius(5.0) GeometryReader { geometry in - ScrollView([.horizontal, .vertical]) { + ScrollView([.horizontal, .vertical], showsIndicators: false) { MapRenderView( document: $document, evolution: $selectedEvolution, onDragVertex: onDragVertex ).scaleEffect(zoom, anchor: .center).frame( |