Skip to content

Commit

Permalink
Fixes #34
Browse files Browse the repository at this point in the history
  • Loading branch information
IjonTichy committed Jun 2, 2013
1 parent a23c880 commit fd57f77
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 @@ -128,7 +128,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 fd57f77

Please sign in to comment.