Skip to content

Commit

Permalink
Merge pull request #35 from IjonTichy/master
Browse files Browse the repository at this point in the history
Fixed #34
  • Loading branch information
sirjuddington committed Jun 2, 2013
2 parents 5833130 + 24e0a46 commit d5b9cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ModifyOffsetsDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ point2_t ModifyOffsetsDialog::getOffset()
int ModifyOffsetsDialog::getAlignType()
{
if (opt_auto->GetValue())
return combo_aligntype->GetSelection();
return combo_aligntype->GetSelection()-1;
else
return -1;
}
Expand Down

0 comments on commit d5b9cc9

Please sign in to comment.