mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Fix AddonEventType.Resize
This commit is contained in:
parent
7a45c0d661
commit
39e6186ba3
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ public enum AddonEventType : byte
|
|||
/// <summary>
|
||||
/// Resize (ChatLogPanel).
|
||||
/// </summary>
|
||||
Resize = 19,
|
||||
Resize = 21,
|
||||
|
||||
/// <summary>
|
||||
/// AtkComponentButton Press, sent on MouseDown on Button.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue