This commit is contained in:
fieldOfView 2016-06-09 15:51:40 +02:00
commit 887a5f4f80
8 changed files with 154 additions and 26 deletions

View file

@ -123,7 +123,7 @@ Column
onClicked:
{
extruderSelection.focus = true; //Changing focus applies the currently-being-typed values so it can change the displayed setting values.
focus = true; //Changing focus applies the currently-being-typed values so it can change the displayed setting values.
base.currentExtruderIndex = index;
ExtruderManager.setActiveExtruderIndex(index);
}