Skip to content

[NavigationTabBar] Avoid divide by zero

If visibleButtonCount is 0 we would return Inf, which later blows up on an assert in Qt layout code

Merge request reports

Loading