UITimePicker添加鼠标滚轮选择时间功能

This commit is contained in:
炽水寒冰 2020-05-30 20:49:46 +08:00
parent 7b6986d542
commit 3887c036d0
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -79,7 +79,7 @@ namespace Sunny.UI
{ {
h2_Click(null, null); h2_Click(null, null);
} }
else if (new Rectangle(mc.Location, hc.Size).Contains(e.X, e.Y)) else if (new Rectangle(mc.Location, mc.Size).Contains(e.X, e.Y))
{ {
m2_Click(null, null); m2_Click(null, null);
} }