mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 02:16:01 +08:00
Fix so that sliding the switch also changes the mode
This commit is contained in:
parent
bb0d534f4a
commit
1449f785f7
@ -468,7 +468,7 @@ Rectangle
|
|||||||
acceptedButtons: Qt.NoButton
|
acceptedButtons: Qt.NoButton
|
||||||
}
|
}
|
||||||
|
|
||||||
onClicked:
|
onCheckedChanged:
|
||||||
{
|
{
|
||||||
var index = 0;
|
var index = 0;
|
||||||
if (checked)
|
if (checked)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user