Create a mouse area around the sidebar to avoid propagating mouse wheel events.

Contributes to CURA-4495
This commit is contained in:
Diego Prado Gesto 2018-03-01 19:48:41 +01:00
parent feb3143874
commit ae57e23eec
2 changed files with 9 additions and 1 deletions

View file

@ -142,7 +142,7 @@ Item
TextField
{
id: filter;
height: parent.height
anchors.left: parent.left
anchors.right: clearFilterButton.left
anchors.rightMargin: Math.round(UM.Theme.getSize("sidebar_margin").width)