Corrected pin spacing issue on DIP target package widget

Also moved redundant resizing out of the paintEvent handler.
And some other tidying of the DIP widget
This commit is contained in:
Nav
2021-09-26 18:15:43 +01:00
parent 647b6bc3e1
commit 135df2395b
5 changed files with 16 additions and 67 deletions

View File

@@ -356,7 +356,6 @@ void InsightWindow::selectVariant(const TargetVariant* variant) {
) {
this->targetPackageWidget = new InsightTargetWidgets::Dip::DualInlinePackageWidget(
*variant,
this,
this->insightWorker,
this->ioContainerWidget
);