mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Fix QML nullptr warnings.
This commit is contained in:
parent
e5d94fd2e4
commit
31434ebde8
1 changed files with 2 additions and 1 deletions
|
|
@ -97,10 +97,11 @@ Item
|
|||
Component
|
||||
{
|
||||
id: disabledComponent
|
||||
Item
|
||||
Rectangle
|
||||
{
|
||||
height: checkboxSize
|
||||
width: checkboxSize
|
||||
color: "transparent"
|
||||
|
||||
Rectangle
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue