wjakob / nanogui

Minimalistic GUI library for OpenGL
Other
4.67k stars 611 forks source link

Fix incorrect assert() in TabWidget::removeTab(int) #453

Closed sebasth closed 11 months ago

sebasth commented 4 years ago

Arguments were in a wrong order in comparison: index greater than number of children when it should be the other way.