mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-27 02:49:18 +01:00
fix: always set IsFocused to false when closing a window
This commit is contained in:
parent
395328eb17
commit
3f927ee7f0
4 changed files with 21 additions and 7 deletions
|
|
@ -1082,6 +1082,10 @@ namespace Dalamud.Interface.Internal.Windows
|
|||
|
||||
ImGui.Separator();
|
||||
|
||||
ImGui.TextUnformatted($"WindowSystem.TimeSinceLastAnyFocus: {WindowSystem.TimeSinceLastAnyFocus.TotalMilliseconds:0}ms");
|
||||
|
||||
ImGui.Separator();
|
||||
|
||||
if (ImGui.Button("Add random notification"))
|
||||
{
|
||||
var rand = new Random();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue