Skip to content

Commit

Permalink
Display correct controls for adding+removing vertices
Browse files Browse the repository at this point in the history
  • Loading branch information
ejmahler committed Feb 5, 2018
1 parent 80ce5c9 commit 9776efc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/graphicscontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ void GraphicsController::paintEvent(QPaintEvent *event)
if(displayControls)
{
drawControlText(painter,5,"[c]", "Hide Controls");
drawControlText(painter,25,"[insert]", "Add Vertex");
drawControlText(painter,45,"[delete]", "Delete Vertex");
drawControlText(painter,25,"[i]", "Add Vertex");
drawControlText(painter,45,"[d]", "Delete Vertex");
drawControlText(painter,65,"[i]", "Generate distance field");
drawControlText(painter,85,"[s]", "Open Settings");
}
Expand Down

0 comments on commit 9776efc

Please sign in to comment.