Don't update the mode UI when the update callback occurs for now

This commit is contained in:
Adam Honse
2020-08-20 09:16:23 -05:00
parent 342d90b82a
commit b6824b8a46

View File

@@ -386,7 +386,7 @@ void Ui::OpenRGBDevicePage::on_DirectionBox_currentIndexChanged(int /*index*/)
void Ui::OpenRGBDevicePage::UpdateInterface()
{
UpdateModeUi();
//UpdateModeUi();
ui->DeviceViewBox->repaint();
}