Clear out old status message if we do something.

This commit is contained in:
Tim Young 2015-11-01 19:18:12 -05:00
parent 2502a59916
commit a4f5cb0eba
1 changed files with 1 additions and 0 deletions

View File

@ -728,6 +728,7 @@ namespace EduNetworkBuilder
private void pbNetworkView_MouseUp(object sender, MouseEventArgs e)
{
lblStatus.Text = "";
//find where we were clicked
Point CenteredLocation = myNetwork.clickedPosCentered(e.Location);
Point ClickLocation = myNetwork.clickedPos(e.Location);