mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-01 05:13:40 +01:00
deps: bump cs
- fix a random warning too
This commit is contained in:
parent
8d29e6b44d
commit
39060d2501
2 changed files with 10 additions and 10 deletions
|
|
@ -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();
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether this UiBuilder has a configuration UI registered.
|
||||
/// </summary>
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue