Skip to content
Snippets Groups Projects
Commit a5b8e2f3 authored by Riley Mcgee's avatar Riley Mcgee
Browse files

Save As conflict merge

parent 824be7da
No related branches found
No related tags found
No related merge requests found
......@@ -209,8 +209,8 @@ namespace Gifitti.View_Models
/// <param name="e"> Event arguments associated with this event. </param>
private void MenuItemFileSaveAs(object sender, EventArgs e)
{
TransformGif.saveThePlayback(gm, delay);
/*if (!chkImage())
//TransformGif.saveThePlayback(gm, delay);
if (!chkImage())
return;
String path = null;
saveGifFileDialog.Filter = "GIF Files|*.gif";
......@@ -227,7 +227,7 @@ namespace Gifitti.View_Models
{
MessageBox.Show("Save Path Invalid!");
}
*/
}
#endregion
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment