Skip to content

Commit

Permalink
Merge pull request escoz#427 from bartvandendriessche/bugs/prevnextbu…
Browse files Browse the repository at this point in the history
…ttons

Deselect previous / next buttons after pressing them.
  • Loading branch information
escoz committed Mar 1, 2013
2 parents adf54bc + 76d0b46 commit f6808ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quickdialog/QEntryTableViewCell.m
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ - (void)handleActionBarPreviousNext:(UISegmentedControl *)control {
});
}
}

[control setSelectedSegmentIndex:UISegmentedControlNoSegment];
}

- (BOOL)handleActionBarDone:(UIBarButtonItem *)doneButton {
Expand Down

0 comments on commit f6808ab

Please sign in to comment.