Clip radar control (#10011)
Forgor to do it. Still need to make the viewport square but at least it won't draw under the display anymore.
This commit is contained in:
@@ -73,6 +73,7 @@ public sealed class RadarControl : Control
|
|||||||
{
|
{
|
||||||
IoCManager.InjectDependencies(this);
|
IoCManager.InjectDependencies(this);
|
||||||
MinSize = (SizeFull, SizeFull);
|
MinSize = (SizeFull, SizeFull);
|
||||||
|
RectClipContent = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void SetMatrix(EntityCoordinates? coordinates, Angle? angle)
|
public void SetMatrix(EntityCoordinates? coordinates, Angle? angle)
|
||||||
|
|||||||
Reference in New Issue
Block a user