From 79f326561fee57bacd458582af62ff24ce0d1b53 Mon Sep 17 00:00:00 2001 From: vova Date: Sat, 3 Jun 2023 15:25:12 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'main.py'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 63ae2ac..2f49558 100644 --- a/main.py +++ b/main.py @@ -160,7 +160,7 @@ class AppWindow(QMainWindow): if color.isValid(): palette = QPalette() palette.setColor(QPalette.Button, color) - self.color_b.setPalette(palette) + self.ui.pushButton_leds_color.setPalette(palette) for led in self.ui.led_array: led.setStyleSheet(f"background-color: {color.name()};") for s in RGB: