mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-25 06:50:33 +03:00
fix binding look for TooltipInstance
This commit is contained in:
parent
8a3239c924
commit
9b77d8d2a5
@ -195,7 +195,7 @@ Column {
|
||||
anchors.fill: parent
|
||||
anchors.bottomMargin: 2
|
||||
|
||||
readonly property bool isMinimized: isGroup ? isMinimized : isMinimizedParent
|
||||
readonly property bool isMinimized: isGroup ? instance.isMinimized : mainToolTip.isMinimizedParent
|
||||
// TODO: this causes XCB error message when being visible the first time
|
||||
property int winId: isWin && windows[flatIndex] != undefined ? windows[flatIndex] : 0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user