mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-09-09 08:17:48 -06:00
Deleting Shake detection
CURA-10770
This commit is contained in:
parent
a6780b5417
commit
fc9a228062
1 changed files with 0 additions and 12 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue