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

fix typo

parent d28df288
No related branches found
No related tags found
1 merge request!2086Restore layer colors and groupbox boundaries in sample editor (#810)
......@@ -22,7 +22,7 @@
CompoundForm::CompoundForm(QWidget* parent, CompoundItem* compoundItem, SampleEditorController* ec,
bool allowRemove)
: CollapsibleGroupBox("Compund", parent, compoundItem->expandCompound)
: CollapsibleGroupBox("Compound", parent, compoundItem->expandCompound)
, m_compositionItem(compoundItem)
, m_ec(ec)
{
......
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