Fixed bug with bottom panel size constraints not being updated on target package widget change

This commit is contained in:
Nav
2021-11-07 20:33:23 +00:00
parent b9f1201a5f
commit 40ee3df836

View File

@@ -373,7 +373,7 @@ void InsightWindow::selectVariant(const TargetVariant* variant) {
this->targetPackageWidget->height() + 450 this->targetPackageWidget->height() + 450
); );
this->adjustSize(); this->adjustPanels();
this->targetPackageWidget->show(); this->targetPackageWidget->show();
} }
} }