1
0
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:
Michail Vourlakos 2018-03-18 19:03:44 +02:00
parent 8a3239c924
commit 9b77d8d2a5

View File

@ -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