Merge remote-tracking branch 'upstream/stable' into ed-29-09-2025-upstream
# Conflicts: # .github/CODEOWNERS # Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs # Content.Server/IdentityManagement/IdentitySystem.cs # Content.Server/Players/PlayTimeTracking/PlayTimeTrackingSystem.cs
This commit is contained in:
@@ -66,7 +66,8 @@ namespace Content.Client.UserInterface.Controls
|
||||
Viewport.StretchMode = filterMode switch
|
||||
{
|
||||
"nearest" => ScalingViewportStretchMode.Nearest,
|
||||
"bilinear" => ScalingViewportStretchMode.Bilinear
|
||||
"bilinear" => ScalingViewportStretchMode.Bilinear,
|
||||
_ => ScalingViewportStretchMode.Nearest
|
||||
};
|
||||
Viewport.IgnoreDimension = verticalFit ? ScalingViewportIgnoreDimension.Horizontal : ScalingViewportIgnoreDimension.None;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System.Numerics;
|
||||
using System.Numerics;
|
||||
using Robust.Client.AutoGenerated;
|
||||
using Robust.Client.Graphics;
|
||||
using Robust.Client.UserInterface.Controls;
|
||||
@@ -19,7 +19,7 @@ namespace Content.Client.UserInterface.Controls
|
||||
|
||||
public void Clear()
|
||||
{
|
||||
DisposeAllChildren();
|
||||
RemoveAllChildren();
|
||||
}
|
||||
|
||||
public void AddEntry(float amount, Color color, string? tooltip = null)
|
||||
|
||||
Reference in New Issue
Block a user