Fix search adjusting window size

This commit is contained in:
Nova 2025-10-17 17:33:37 +03:30
parent ae75863aed
commit c141387f66

View File

@ -1326,7 +1326,6 @@ void MainWindow::setSearchState(bool enable)
{
ui->data_view->hide();
ui->search_input->show();
adjustSize();
} else
{
ui->search_input->blockSignals(true);
@ -1335,7 +1334,6 @@ void MainWindow::setSearchState(bool enable)
ui->search_input->hide();
ui->data_view->show();
adjustSize();
if (!searchString.isEmpty())
{
searchString.clear();