Default navmap to show departments (#24613)

(cherry picked from commit 34eb6914489a368dd85f1e3e8d2152c6e36d3ed5)
This commit is contained in:
Kara 2024-01-27 05:08:50 -07:00 committed by Debug
parent 1e519836da
commit fca53c48d2
No known key found for this signature in database
GPG Key ID: 271270A74EF9C350
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ public partial class NavMapControl : MapGridControl
Margin = new Thickness(4f, 0f),
VerticalAlignment = VAlignment.Center,
HorizontalAlignment = HAlignment.Center,
Pressed = false,
Pressed = true,
};
public NavMapControl() : base(MinDisplayedRange, MaxDisplayedRange, DefaultDisplayedRange)