Keep timeline title when no items on searching/filtering

This commit is contained in:
Julien Wadel 2021-10-14 13:54:20 +02:00
parent 7c0e98fd41
commit d1d1397b4b

View file

@ -56,7 +56,7 @@ Rectangle {
Layout.preferredHeight: TimelineStyle.legend.height
Layout.alignment: Qt.AlignTop
color: showHistory.containsMouse?TimelineStyle.legend.backgroundColor.hovered:TimelineStyle.legend.backgroundColor.normal
visible:view.count > 0 || searchView.visible
visible:view.count > 0 || searchView.visible || filterView.visible
MouseArea{// no more showing history
id:showHistory