Skip to content
GitLab
Explore
Sign in
[NavigationTabBar] Avoid divide by zero
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
[NavigationTabBar] Avoid divide by zero
Nicolas Fella
requested to merge
work/nico/divide
into
master
Aug 29, 2025
Overview
1
Commits
1
Pipelines
3
Changes
1
If visibleButtonCount is 0 we would return Inf, which later blows up on an assert in Qt layout code
Merge request reports
Loading