From b6824b8a46f3ed0d3fea3c5f775cbf0e72c7b46a Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Thu, 20 Aug 2020 09:16:23 -0500 Subject: [PATCH] Don't update the mode UI when the update callback occurs for now --- qt/OpenRGBDevicePage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/OpenRGBDevicePage.cpp b/qt/OpenRGBDevicePage.cpp index 2f5c9ec10..fc1251b8c 100644 --- a/qt/OpenRGBDevicePage.cpp +++ b/qt/OpenRGBDevicePage.cpp @@ -386,7 +386,7 @@ void Ui::OpenRGBDevicePage::on_DirectionBox_currentIndexChanged(int /*index*/) void Ui::OpenRGBDevicePage::UpdateInterface() { - UpdateModeUi(); + //UpdateModeUi(); ui->DeviceViewBox->repaint(); }