Files
KDDockWidgets/tests/qtwidgets
Sergio Martins d515969724 Fix QTabBar::setCurrentIndex() not getting called sometimes
TabBar::setCurrentIndex() was bailing out and not informing the view
because the current dock widget was the same. That happened because
m_currentDockWidget was being set in two places.

Fixes issue #312
2022-09-07 12:47:04 +01:00
..