From 890a5846e61383404e2e26ccb57ccefba14b4b17 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Wed, 18 Jan 2023 22:30:51 -0600 Subject: [PATCH] Update UI after editing a zone to refresh zone list --- qt/OpenRGBDevicePage.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qt/OpenRGBDevicePage.cpp b/qt/OpenRGBDevicePage.cpp index e08c375e..e0b5181e 100644 --- a/qt/OpenRGBDevicePage.cpp +++ b/qt/OpenRGBDevicePage.cpp @@ -1416,6 +1416,11 @@ void Ui::OpenRGBDevicePage::on_ResizeButton_clicked() if(new_size >= 0) { + /*-----------------------------------------------------*\ + | Update mode UI to update Zone box | + \*-----------------------------------------------------*/ + UpdateModeUi(); + /*-----------------------------------------------------*\ | Update LED box | \*-----------------------------------------------------*/