Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CjangCjengh committed Sep 10, 2022
1 parent ba80b76 commit 27b697c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions MoeGoe_GUI/MainWin.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions MoeGoe_GUI/MainWin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -516,5 +516,12 @@ private void HOriginPath_KeyPress(object sender, KeyPressEventArgs e)
else
ORIGINPATH = HOriginPath.Text;
}

private void HLengthControl_Click(object sender, EventArgs e)
{
LengthWin win = new LengthWin(LENGTHSCALE, SetLengthScale);
win.ShowDialog();
win.Dispose();
}
}
}

0 comments on commit 27b697c

Please sign in to comment.