Mentions légales du service

Skip to content
Snippets Groups Projects

Resolve "Update brain products drivers"

Merged Thomas PRAMPART requested to merge 201-update-brain-products-drivers into development
4 files
+ 7
11
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -55,7 +55,9 @@ bool CConfigurationBrainProductsActiCHamp::preConfigure()
}
}
gtk_spin_button_set_range(m_buttonChannelsEnabled, gdouble(1), static_cast<gdouble>(m_deviceSelection.devices[m_deviceSelection.selectionIndex].availableEEGChannels));
if (m_deviceSelection.devices.size() > m_deviceSelection.selectionIndex) {
gtk_spin_button_set_range(m_buttonChannelsEnabled, gdouble(1),static_cast<gdouble>(m_deviceSelection.devices[m_deviceSelection.selectionIndex].availableEEGChannels));
}
if (m_deviceSelection.devices.empty()) {
gtk_spin_button_set_value(GTK_SPIN_BUTTON(m_nChannels), 0);
Loading