Skip to content
Snippets Groups Projects
Commit c7dfa1e6 authored by Mikhail Svechnikov's avatar Mikhail Svechnikov
Browse files

fix footprint combo

parent fa5230ba
No related branches found
No related tags found
1 merge request!2146Make comboboxes in instrument view non-scrollable (#836)
......@@ -36,7 +36,7 @@ FootprintForm::FootprintForm(QWidget* parent, SourceItem* item)
updateFootprintWidgets();
emit dataChanged();
},
false);
true);
m_formLayout->addRow("Type:", typeCombo);
updateFootprintWidgets();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment