Skip to content

Commit

Permalink
Fix right click to PM selection
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanmoffat committed May 27, 2022
1 parent 82a01da commit e6222e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EndlessClient/HUD/Chat/ChatPanelTab.cs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ protected override void OnUpdateControl(GameTime gameTime)
}
}

if (MouseOver &&
if (Active && MouseOver &&
CurrentMouseState.RightButton == ButtonState.Released &&
PreviousMouseState.RightButton == ButtonState.Pressed)
{
Expand Down

0 comments on commit e6222e1

Please sign in to comment.