mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Merge pull request #2438 from Haselnussbomber/fix-resize
Fix AddonEventType.Resize
This commit is contained in:
commit
c508632150
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