mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Merge remote-tracking branch 'origin/qt6_beyond_the_splash' into qt6_beyond_the_splash
This commit is contained in:
commit
0f84fc3abe
5 changed files with 17 additions and 16 deletions
|
@ -172,7 +172,7 @@ Item
|
|||
{
|
||||
anchors.fill: contents
|
||||
acceptedButtons: Qt.AllButtons
|
||||
onWheel: wheel.accepted = true
|
||||
onWheel: (wheel) => { wheel.accepted = true }
|
||||
}
|
||||
|
||||
ListView
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue