Skip to content

Commit

Permalink
TouchOffDialog: defaulting combo box to g5xIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Roessler authored and machinekoder committed Nov 29, 2015
1 parent 85d738c commit d17fd62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/applicationcontrols/TouchOffDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ Dialog {
onVisibleChanged: {
if (visible) {
_done = false
coordinateSpin.value = 0
coordinateSystemCombo.currentIndex = 0
coordinateSpin.value = 0.0
coordinateSystemCombo.currentIndex = status.motion.g5xIndex - 1
}
}

Expand Down

0 comments on commit d17fd62

Please sign in to comment.