diff --git a/src/Gui/WorkbenchSelector.cpp b/src/Gui/WorkbenchSelector.cpp index 252cd19e5a..1ab0a62933 100644 --- a/src/Gui/WorkbenchSelector.cpp +++ b/src/Gui/WorkbenchSelector.cpp @@ -225,6 +225,8 @@ void WorkbenchTabWidget::addWorkbenchTab(QAction* action) tabBar->addTab(icon, action->text()); } + tabBar->setTabToolTip(tabBar->count() - 1, action->toolTip()); + if (action->isChecked()) { tabBar->setCurrentIndex(tabBar->count() - 1); }