mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Avoid capturing local variables in TitleBarButton.Click closure (#2019)
This commit is contained in:
parent
fdfdee1fcb
commit
981387504b
1 changed files with 1 additions and 1 deletions
|
|
@ -351,7 +351,7 @@ public abstract class Window
|
|||
}
|
||||
}
|
||||
|
||||
var additionsPopupName = "WindowSystemContextActions";
|
||||
const string additionsPopupName = "WindowSystemContextActions";
|
||||
var flagsApplicableForTitleBarIcons = !flags.HasFlag(ImGuiWindowFlags.NoDecoration) &&
|
||||
!flags.HasFlag(ImGuiWindowFlags.NoTitleBar);
|
||||
var showAdditions = (this.AllowPinning || this.AllowClickthrough) &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue