Skip to content

Commit

Permalink
pushed dangerzone highlight ring to the back
Browse files Browse the repository at this point in the history
  • Loading branch information
BitBaboonSteve committed Jan 21, 2024
1 parent 067451a commit 4203dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SMT/RegionControl.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,7 @@ private void AddCharactersToMap()

Canvas.SetLeft(WarninghighlightSystemCircle, mss.Layout.X - warningCircleSizeOffset);
Canvas.SetTop(WarninghighlightSystemCircle, mss.Layout.Y - warningCircleSizeOffset);
Canvas.SetZIndex(WarninghighlightSystemCircle, 24);
Canvas.SetZIndex(WarninghighlightSystemCircle, 15);
MainCanvas.Children.Add(WarninghighlightSystemCircle);
DynamicMapElements.Add(WarninghighlightSystemCircle);
}
Expand Down

0 comments on commit 4203dee

Please sign in to comment.