mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:36:01 +08:00
Merge branch 'master' of https://github.com/Ultimaker/Cura
This commit is contained in:
commit
4839c922a6
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…
x
Reference in New Issue
Block a user