clean comment of double words "to to" and "the the"

This commit is contained in:
Allen Winter
2021-06-25 10:21:33 -04:00
parent 6417db6d91
commit 720dad1ed6
2 changed files with 2 additions and 2 deletions

View File

@@ -143,7 +143,7 @@ bool TabBarWidget::dragCanStart(QPoint pressPos, QPoint pos) const
bool TabBarWidget::event(QEvent *ev)
{
// Qt has a bug in QWidgetPrivate::deepestFocusProxy(), it doesn't honour visibility
// of the focus scope. Once an hidden widget is focused the the chain is broken and tab
// of the focus scope. Once an hidden widget is focused the chain is broken and tab
// stops working (#180)
auto parent = parentWidget();