mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:49:04 +08:00
Deleting Shake detection
CURA-10770
This commit is contained in:
parent
a6780b5417
commit
fc9a228062
@ -21,13 +21,6 @@ UM.Dialog
|
|||||||
|
|
||||||
backgroundColor: UM.Theme.getColor("main_background")
|
backgroundColor: UM.Theme.getColor("main_background")
|
||||||
|
|
||||||
property real dialogX: base.x
|
|
||||||
property real dialogY: base.y
|
|
||||||
property int shakeDetected: shakeDetector.shakeIsdetected
|
|
||||||
property UM.ShakeDetector shakeDetector: UM.ShakeDetector
|
|
||||||
{
|
|
||||||
position: Qt.point(base.x, base.y)
|
|
||||||
}
|
|
||||||
|
|
||||||
Rectangle
|
Rectangle
|
||||||
{
|
{
|
||||||
@ -203,11 +196,6 @@ UM.Dialog
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onShakeDetectedChanged:
|
|
||||||
{
|
|
||||||
projectsList.visible = !projectsList.visible;
|
|
||||||
projectBuildInfoList.visible = !projectBuildInfoList.visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
onVisibleChanged:
|
onVisibleChanged:
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user