Skip to content

Commit

Permalink
Fix(add-fixture): Hidden channel address in add fixture dialogue
Browse files Browse the repository at this point in the history
  • Loading branch information
yestalgia committed Aug 31, 2024
1 parent d078e89 commit d85724f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/fixtureselection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ FixtureSelection::FixtureSelection(QWidget* parent, Doc* doc)
FixtureTreeWidget::HeadsNumber |
FixtureTreeWidget::Manufacturer |
FixtureTreeWidget::Model |
FixtureTreeWidget::AddressRange |
FixtureTreeWidget::ShowGroups;

m_tree = new FixtureTreeWidget(m_doc, m_treeFlags, this);
Expand Down

0 comments on commit d85724f

Please sign in to comment.