mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +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>
|
/// <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