Remove obsolete comment

This commit is contained in:
Martchus 2021-03-31 22:47:10 +02:00
parent 3fb621875c
commit c51379cdbd
1 changed files with 0 additions and 1 deletions

View File

@ -818,7 +818,6 @@ void TrayWidget::showDialog(QWidget *dlg, bool maximized)
m_menu->close();
}
if (maximized) {
// assign the minimum size so when the window is "de-maximized" again it doesn't overflow again and is not misplaced
dlg->showMaximized();
} else {
dlg->show();