deps: bump cs

- fix a random warning too
This commit is contained in:
Kaz Wolfe 2025-08-05 11:15:19 -07:00
parent 8d29e6b44d
commit 39060d2501
No known key found for this signature in database
GPG key ID: 258813F53A16EBB4
2 changed files with 10 additions and 10 deletions

View file

@ -541,15 +541,6 @@ public sealed class UiBuilder : IDisposable, IUiBuilder
internal static bool DoStats { get; set; } = false; internal static bool DoStats { get; set; } = false;
#endif #endif
private void OnDefaultStyleChanged()
=> this.DefaultStyleChanged.InvokeSafely();
private void OnDefaultGlobalScaleChanged()
=> this.DefaultGlobalScaleChanged.InvokeSafely();
private void OnDefaultFontChanged()
=> this.DefaultFontChanged.InvokeSafely();
/// <summary> /// <summary>
/// Gets a value indicating whether this UiBuilder has a configuration UI registered. /// Gets a value indicating whether this UiBuilder has a configuration UI registered.
/// </summary> /// </summary>
@ -796,6 +787,15 @@ public sealed class UiBuilder : IDisposable, IUiBuilder
this.ResizeBuffers?.InvokeSafely(); this.ResizeBuffers?.InvokeSafely();
} }
private void OnDefaultStyleChanged()
=> this.DefaultStyleChanged.InvokeSafely();
private void OnDefaultGlobalScaleChanged()
=> this.DefaultGlobalScaleChanged.InvokeSafely();
private void OnDefaultFontChanged()
=> this.DefaultFontChanged.InvokeSafely();
private class FontHandleWrapper : IFontHandle private class FontHandleWrapper : IFontHandle
{ {
private IFontHandle? wrapped; private IFontHandle? wrapped;

@ -1 +1 @@
Subproject commit a6e022b345f57ec4ef342f6517208ea7f51ba705 Subproject commit f5cfdf7a16abf17250a0651a5db273c007caa186