Skip to content

Commit

Permalink
fixed keeping of not-in-image labels #24
Browse files Browse the repository at this point in the history
  • Loading branch information
NFiedler committed Jan 19, 2018
1 parent 53d2bfa commit 692363a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,8 @@
}
if (gRestoreSelection !== undefined) {
if (gRestoreSelection === null) {
notInImage.prop('checked', true);
$('#not_in_image').prop('checked', true);
$('#coordinate_table').hide();
} else {
$('#x1Field').val(gRestoreSelection.x1);
$('#x2Field').val(gRestoreSelection.x2);
Expand Down

0 comments on commit 692363a

Please sign in to comment.