Skip to content

Commit

Permalink
Fix #1430203 - Update the OK button if the preset is changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwhite committed Mar 11, 2015
1 parent b11b568 commit de62a93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Pinta/Dialogs/NewImageDialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ private void WireUpEvents ()
height_entry.Text = new_size.Height.ToString ();
suppress_events = false;
UpdateOkButton ();
if (!IsValidSize)
return;
Expand Down

0 comments on commit de62a93

Please sign in to comment.