Commit 3bcae145 HZH

解决无焦点窗体关闭bug

1 个父辈 db74c549
......@@ -87,7 +87,7 @@ namespace HZH_Controls.Forms
void frmP_LocationChanged(object sender, EventArgs e)
{
this.Close();
this.Hide();
}
public FrmAnchor(Control parentControl, Size size, Point? deviation = null)
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!