From 39060d2501d05ac1313b2c8105ac618a7e1dc044 Mon Sep 17 00:00:00 2001 From: Kaz Wolfe Date: Tue, 5 Aug 2025 11:15:19 -0700 Subject: [PATCH] deps: bump cs - fix a random warning too --- Dalamud/Interface/UiBuilder.cs | 18 +++++++++--------- lib/FFXIVClientStructs | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Dalamud/Interface/UiBuilder.cs b/Dalamud/Interface/UiBuilder.cs index 64b785f59..b00df1a00 100644 --- a/Dalamud/Interface/UiBuilder.cs +++ b/Dalamud/Interface/UiBuilder.cs @@ -541,15 +541,6 @@ public sealed class UiBuilder : IDisposable, IUiBuilder internal static bool DoStats { get; set; } = false; #endif - private void OnDefaultStyleChanged() - => this.DefaultStyleChanged.InvokeSafely(); - - private void OnDefaultGlobalScaleChanged() - => this.DefaultGlobalScaleChanged.InvokeSafely(); - - private void OnDefaultFontChanged() - => this.DefaultFontChanged.InvokeSafely(); - /// /// Gets a value indicating whether this UiBuilder has a configuration UI registered. /// @@ -796,6 +787,15 @@ public sealed class UiBuilder : IDisposable, IUiBuilder 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 IFontHandle? wrapped; diff --git a/lib/FFXIVClientStructs b/lib/FFXIVClientStructs index a6e022b34..f5cfdf7a1 160000 --- a/lib/FFXIVClientStructs +++ b/lib/FFXIVClientStructs @@ -1 +1 @@ -Subproject commit a6e022b345f57ec4ef342f6517208ea7f51ba705 +Subproject commit f5cfdf7a16abf17250a0651a5db273c007caa186