Skip to content

Commit

Permalink
[artnet] Fix reloading of universe
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jan 2, 2024
1 parent b8311d8 commit 83c9057
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1375,6 +1375,7 @@ void ArtnetProtocolSettingsWidget::setSettings(const Device::DeviceSettings& set
const auto& specif = settings.deviceSpecificSettings.value<ArtnetSpecificSettings>();
m_fixtures = specif.fixtures;
m_rate->setValue(specif.rate);
m_universe->setValue(specif.universe);
updateTable();
}
}
Expand Down

0 comments on commit 83c9057

Please sign in to comment.