Merge branch 'fix_machine_settings_dialog' into 4.0

This commit is contained in:
Ghostkeeper 2018-12-19 09:41:43 +01:00
commit 75d1d563ba
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -13,7 +13,8 @@ import Cura 1.0 as Cura
Cura.MachineAction
{
id: base
property var extrudersModel: CuraApplication.getExtrudersModel()
property var extrudersModel: Cura.ExtrudersModel{} // Do not retrieve the Model from a backend. Otherwise the tabs
// in tabView will not removed/updated. Probably QML bug
property int extruderTabsCount: 0
property var activeMachineId: Cura.MachineManager.activeMachine != null ? Cura.MachineManager.activeMachine.id : ""