修复错误的聊天框显示

This commit is contained in:
ZouJin 2023-08-31 18:20:00 +08:00
parent bc2044a87c
commit e7afd22b4e

View File

@ -278,11 +278,11 @@ namespace VPet_Simulator.Windows
{ {
if (tbTalk.Text.Length > 0) if (tbTalk.Text.Length > 0)
{ {
mw.Main.ToolBar.MenuPanel_MouseEnter(); mw.Main.ToolBar.CloseTimer.Stop();
} }
else else
{ {
mw.Main.ToolBar.MenuPanel_MouseLeave(); mw.Main.ToolBar.CloseTimer.Start();
} }
} }
} }