Clear out old status message if we do something.
This commit is contained in:
parent
2502a59916
commit
a4f5cb0eba
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user