mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 05:37:50 -06:00
Fix small issue when resetHandler is not defined
This commit is contained in:
parent
3a5b96b0e9
commit
c3ce3724e5
1 changed files with 4 additions and 2 deletions
|
@ -14,11 +14,13 @@ import "."
|
||||||
Item {
|
Item {
|
||||||
id: base;
|
id: base;
|
||||||
|
|
||||||
height: UM.Theme.getSize("section").height;
|
height: UM.Theme.getSize("section").height
|
||||||
|
|
||||||
property alias contents: controlContainer.children;
|
property alias contents: controlContainer.children
|
||||||
property alias hovered: mouse.containsMouse
|
property alias hovered: mouse.containsMouse
|
||||||
|
|
||||||
|
property var resetHandler: false
|
||||||
|
|
||||||
property var showRevertButton: true
|
property var showRevertButton: true
|
||||||
property var showInheritButton: true
|
property var showInheritButton: true
|
||||||
property var showLinkedSettingIcon: true
|
property var showLinkedSettingIcon: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue