Commit eb57b855 HZH

nuget

1 个父辈 04ac5d5e
...@@ -201,7 +201,7 @@ namespace HZH_Controls.Controls ...@@ -201,7 +201,7 @@ namespace HZH_Controls.Controls
{ {
ItemClicked(item, null); ItemClicked(item, null);
} }
else if (item.ExpansionRectangle.Contains(mouseLocation)) if (item.ExpansionRectangle.Contains(mouseLocation))
{ {
item.IsExpansion = !item.IsExpansion; item.IsExpansion = !item.IsExpansion;
return true; return true;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<package > <package >
<metadata> <metadata>
<id>$id$</id> <id>$id$</id>
<version>1.0.3</version> <version>1.0.4</version>
<title>HZHControls</title> <title>HZHControls</title>
<authors>HuangZhengHui</authors> <authors>HuangZhengHui</authors>
<owners>HuangZhengHui</owners> <owners>HuangZhengHui</owners>
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!