mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Merge branch 'master' of https://github.com/Ultimaker/Cura
This commit is contained in:
commit
4839c922a6
2 changed files with 5 additions and 3 deletions
Binary file not shown.
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 31 KiB |
|
@ -143,6 +143,7 @@ Item
|
|||
}
|
||||
}
|
||||
resolutionSlider.currentQualityIndex = undefined;
|
||||
backgroundBarUpdateTimer.start();
|
||||
}
|
||||
|
||||
function updateBar()
|
||||
|
@ -246,9 +247,10 @@ Item
|
|||
anchors.fill: parent
|
||||
|
||||
Timer {
|
||||
interval: 16
|
||||
running: true
|
||||
repeat: true
|
||||
id: backgroundBarUpdateTimer
|
||||
interval: 10
|
||||
running: false
|
||||
repeat: false
|
||||
onTriggered: backgroundBar.requestPaint()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue