mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +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;
|
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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue