diff --git a/sublime/container.cpp b/sublime/container.cpp --- a/sublime/container.cpp +++ b/sublime/container.cpp @@ -495,7 +500,9 @@ //this function is called from MainWindow::activateView() //which does the activation without any additional signals { +#ifndef Q_OS_MACOS QSignalBlocker blocker(d->tabBar); +#endif d->tabBar->setCurrentIndex(d->stack->indexOf(w)); } if (View* view = viewForWidget(w))