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 @@ -860,10 +860,9 @@ Item {
860860 MMMapButton {
861861 id: filterIndicatorButton
862862
863- visible: root .state === " view" && root .filterController
863+ visible: root .state === " view" && root .filterController && root . filterController . hasActiveFilters
864864 iconSource: __style .filterIcon
865- iconSize: __style .icon24
866- bgndColor: root .filterController && root .filterController .hasActiveFilters ? __style .positiveColor : __style .polarColor
865+ bgndColor: __style .positiveColor
867866
868867 onClicked: {
869868 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