Typo, wrong item type, "item"

CURA-5941
This commit is contained in:
Aleksei S 2018-12-13 17:27:16 +01:00
parent 8f278fe938
commit 8dc2a41fb7

View file

@ -284,7 +284,7 @@ UM.MainWindow
printSetupSelector.parent = stageMenu
printSetupSelector.visible = false
}
property item oldParent: null
property Item oldParent: null
// The printSetupSelector is defined here so that the setting list doesn't need to get re-instantiated
// Every time the stage is changed.