mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -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")
|
||||
|
||||
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
|
||||
{
|
||||
|
@ -203,11 +196,6 @@ UM.Dialog
|
|||
|
||||
}
|
||||
|
||||
onShakeDetectedChanged:
|
||||
{
|
||||
projectsList.visible = !projectsList.visible;
|
||||
projectBuildInfoList.visible = !projectBuildInfoList.visible;
|
||||
}
|
||||
|
||||
onVisibleChanged:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue