Skip to content

Commit

Permalink
Fixed enter key activating the offset button in Move Shape
Browse files Browse the repository at this point in the history
  • Loading branch information
ousnius committed Mar 29, 2018
1 parent 406bf1d commit 5c3bf88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/program/OutfitStudio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5559,7 +5559,8 @@ void OutfitStudioFrame::OnEnterClose(wxKeyEvent& event) {
parent->Close();
parent->SetReturnCode(wxID_OK);
}
event.Skip();
else
event.Skip();
}

void OutfitStudioFrame::OnMoveShape(wxCommandEvent& WXUNUSED(event)) {
Expand Down

0 comments on commit 5c3bf88

Please sign in to comment.