mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
修复错误的聊天框显示
This commit is contained in:
parent
bc2044a87c
commit
e7afd22b4e
@ -278,11 +278,11 @@ namespace VPet_Simulator.Windows
|
||||
{
|
||||
if (tbTalk.Text.Length > 0)
|
||||
{
|
||||
mw.Main.ToolBar.MenuPanel_MouseEnter();
|
||||
mw.Main.ToolBar.CloseTimer.Stop();
|
||||
}
|
||||
else
|
||||
{
|
||||
mw.Main.ToolBar.MenuPanel_MouseLeave();
|
||||
mw.Main.ToolBar.CloseTimer.Start();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user