File tree Expand file tree Collapse file tree 3 files changed +4
-14
lines changed
Expand file tree Collapse file tree 3 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -863,10 +863,9 @@ Item {
863863 MMMapButton {
864864 id: filterIndicatorButton
865865
866- visible: root .state === " view" && root .filterController
866+ visible: root .state === " view" && root .filterController && root . filterController . hasActiveFilters
867867 iconSource: __style .filterIcon
868- iconSize: __style .icon24
869- bgndColor: root .filterController && root .filterController .hasActiveFilters ? __style .positiveColor : __style .polarColor
868+ bgndColor: __style .positiveColor
870869
871870 onClicked: {
872871 root .openFiltersPanel ()
Original file line number Diff line number Diff line change 1919
2020 property alias iconSource: icon .source
2121 property color bgndColor: __style .polarColor
22- property real iconSize: __style .icon24
2322
2423 signal clicked
2524 signal clickAndHold
3837
3938 anchors .centerIn : parent
4039 color: __style .forestColor
41- size: control .iconSize
4240 }
4341
4442 MouseArea {
You can’t perform that action at this time.
0 commit comments