bar modules own active state, fix circular effectiveVisible deadlock in BarGroup
This commit is contained in:
parent
7eaa50327f
commit
7e594b7f8d
24 changed files with 52 additions and 73 deletions
|
|
@ -14,6 +14,10 @@ import "../services" as S
|
|||
// For content resize grace, call keepPanelOpen(ms).
|
||||
Row {
|
||||
id: root
|
||||
property bool active: true
|
||||
opacity: active ? 1 : 0
|
||||
visible: opacity > 0
|
||||
|
||||
property string tooltip: ""
|
||||
property bool _hovered: false
|
||||
property color accentColor: parent?.accentColor ?? S.Theme.base05
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue