mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 15:19:00 +08:00
Fix QML nullptr warnings.
This commit is contained in:
parent
e5d94fd2e4
commit
31434ebde8
@ -97,10 +97,11 @@ Item
|
|||||||
Component
|
Component
|
||||||
{
|
{
|
||||||
id: disabledComponent
|
id: disabledComponent
|
||||||
Item
|
Rectangle
|
||||||
{
|
{
|
||||||
height: checkboxSize
|
height: checkboxSize
|
||||||
width: checkboxSize
|
width: checkboxSize
|
||||||
|
color: "transparent"
|
||||||
|
|
||||||
Rectangle
|
Rectangle
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user