Fix various expandable/dragable/window interactions. [CURA-6478]

This commit is contained in:
Remco Burema 2019-04-25 13:33:31 +02:00
parent 9283c3d321
commit baac2d1a0f
2 changed files with 15 additions and 5 deletions

View file

@ -143,7 +143,11 @@ Item
iconSource: UM.Theme.getIcon("arrow_right")
isIconOnRightSide: true
visible: currentModeIndex == PrintSetupSelectorContents.Mode.Recommended
onClicked: currentModeIndex = PrintSetupSelectorContents.Mode.Custom
onClicked:
{
currentModeIndex = PrintSetupSelectorContents.Mode.Custom
updateDragPosition();
}
}
//Invisible area at the bottom with which you can resize the panel.