Reenabled focusing of tab but removed focus rect

Signed-off-by: nggieber <nggieber@amazon.com>
This commit is contained in:
nggieber
2021-08-05 09:29:48 -07:00
parent 39907f4ca1
commit 1768dc5980
3 changed files with 5 additions and 2 deletions
@@ -30,7 +30,6 @@ namespace O3DE::ProjectManager
// add a tab widget at the bottom of the stack
m_tabWidget = new QTabWidget();
m_tabWidget->tabBar()->setFocusPolicy(Qt::NoFocus);
m_screenStack->addWidget(m_tabWidget);
connect(m_tabWidget, &QTabWidget::currentChanged, this, &ScreensCtrl::TabChanged);
}