diff --git a/resources/qml/Sidebar.qml b/resources/qml/Sidebar.qml index ac511a4df8..2778e9d779 100644 --- a/resources/qml/Sidebar.qml +++ b/resources/qml/Sidebar.qml @@ -229,7 +229,11 @@ Rectangle { id: sidebarSimple; visible: false; + + onShowTooltip: base.showTooltip(item, location, text) + onHideTooltip: base.hideTooltip() } + SidebarAdvanced { id: sidebarAdvanced;