mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +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>
|
/// <summary>
|
||||||
/// Resize (ChatLogPanel).
|
/// Resize (ChatLogPanel).
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Resize = 19,
|
Resize = 21,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// AtkComponentButton Press, sent on MouseDown on Button.
|
/// AtkComponentButton Press, sent on MouseDown on Button.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue