Merge pull request #4829 from 0penBrain/navIndic

[Tux] Prevent updating timer to trigger errors if navigation indicator widget is deleted
This commit is contained in:
Yorik van Havre
2021-06-04 13:18:41 +02:00
committed by GitHub

View File

@@ -550,5 +550,6 @@ aTooltip.triggered.connect(onTooltip)
menuOrbit.aboutToShow.connect(onOrbitShow)
menu.aboutToHide.connect(indicator.clearFocus)
timer.setParent(indicator)
timer.timeout.connect(setCurrent)
timer.start(10000)