SVN-Revision: r885
This commit is contained in:
wyf
2025-07-23 08:59:34 +00:00
parent 36299a8b3b
commit 9b6fbeecc6
8 changed files with 89 additions and 74 deletions
+2 -2
View File
@@ -111,10 +111,10 @@ namespace Lskj.Main.Control
this.BackgroundImage = _imgBorderHover;
}
Cursor = Cursors.Hand;
Invalidate();
//Invalidate();
}
private void HoverLeave(object s, EventArgs e)
{
if (ClientRectangle.Contains(PointToClient(System.Windows.Forms.Control.MousePosition))) return;
_isHover = false;
//BackCol
//BackColor