SVN-Revision: r895
This commit is contained in:
wyf
2025-07-29 02:25:22 +00:00
parent d9990ded69
commit b074cb392b
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -111,10 +111,12 @@ namespace Lskj.Main.Control
this.BackgroundImage = _imgBorderHover;
}
Cursor = Cursors.Hand;
//Invalidate();
Invalidate();
Update();
}
private void HoverLeave(object s, EventArgs e)
{
if (ClientRectangle.Contains(PointToClient(System.Windows.Forms.Control.MousePosition))) return;
_isHover = false;
//BackColor
//BackColor = _normalBack;