Fix typo in comment

This commit is contained in:
Alexander Saoutkin 2020-03-01 17:20:54 +00:00
parent fef7eebc6e
commit af45eb0af5

View file

@ -206,7 +206,7 @@ void DolphinTabWidget::openDirectories(const QList<QUrl>& dirs, bool splitView)
} else { } else {
tabPage->secondaryViewContainer()->setActive(true); tabPage->secondaryViewContainer()->setActive(true);
} }
// BUG: 147230 // BUG: 417230
// Required for updateViewState() call in openFiles() to work as expected // Required for updateViewState() call in openFiles() to work as expected
// If there is a selection, updateViewState() calls are effectively a no-op // If there is a selection, updateViewState() calls are effectively a no-op
tabPage->activeViewContainer()->view()->clearSelection(); tabPage->activeViewContainer()->view()->clearSelection();