mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Typo, wrong item type, "item"
CURA-5941
This commit is contained in:
parent
8f278fe938
commit
8dc2a41fb7
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue