Fix the location of the simulation slider label

CURA-5829
This commit is contained in:
Jaime van Kessel 2018-10-31 10:30:11 +01:00
parent 3fc399a644
commit 15f586ffae
3 changed files with 11 additions and 11 deletions

View file

@ -135,13 +135,13 @@ Item
}
else
{
UM.SimulationView.setCurrentLayer(currentLayer+1)
UM.SimulationView.setCurrentLayer(currentLayer + 1)
UM.SimulationView.setCurrentPath(0)
}
}
else
{
UM.SimulationView.setCurrentPath(currentPath+1)
UM.SimulationView.setCurrentPath(currentPath + 1)
}
}
// The status must be set here instead of in the resumeSimulation function otherwise it won't work