Fixed not showing tooltip

CURA-7813
This commit is contained in:
jelle Spijker 2021-03-30 09:26:36 +02:00 committed by Jelle Spijker
parent 189d00c3ed
commit 645dc181bc
No known key found for this signature in database
GPG key ID: 6662DC033BE6B99A

View file

@ -364,7 +364,7 @@ Item
contextMenu.provider = provider
contextMenu.popup();
}
function onShowTooltip() { base.showTooltip(delegate, Qt.point(-settingsView.x - UM.Theme.getSize("default_margin").width, 0), text) }
function onShowTooltip(text) { base.showTooltip(delegate, Qt.point(-settingsView.x - UM.Theme.getSize("default_margin").width, 0), text) }
function onHideTooltip() { base.hideTooltip() }
function onShowAllHiddenInheritedSettings()
{