Fix ChatBox not calling OnMouseExited
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Collections.Immutable;
|
using System.Collections.Immutable;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
@@ -700,6 +700,8 @@ namespace Content.Client.Chat
|
|||||||
|
|
||||||
protected override void MouseExited()
|
protected override void MouseExited()
|
||||||
{
|
{
|
||||||
|
base.MouseExited();
|
||||||
|
|
||||||
if (_currentDrag == DragMode.None && !_lobbyMode)
|
if (_currentDrag == DragMode.None && !_lobbyMode)
|
||||||
{
|
{
|
||||||
DefaultCursorShape = CursorShape.Arrow;
|
DefaultCursorShape = CursorShape.Arrow;
|
||||||
|
|||||||
Reference in New Issue
Block a user