stave off an error
This commit is contained in:
parent
08b7dbd9a1
commit
9754afd4cd
@ -741,5 +741,13 @@ namespace SpriteLibrary
|
||||
Close();
|
||||
}
|
||||
}
|
||||
|
||||
private void btnCancel_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (PromptToApplyChangesAndContinue())
|
||||
{
|
||||
Close();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user