From edfd96499fdbcf869c5182f2cfa89703cfb0dfd0 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 26 Oct 2023 13:10:49 -0400 Subject: Remove stray accessibility property Remove the lone empty "accessibleDescription" property from SteeringControls.ui, as it causes a crash with an exception when trying to run against PyQt5 installs that do not have the accessibility module. This is the case with the python3-pyqt5 build using the recipe in meta-qt5, so without this fix the control panel cannot run when built into a YP based image. Bug-AGL: SPEC-4951 Signed-off-by: Scott Murray Change-Id: I1f895f3cfefb24d4d1ae5508f4189ae3238b356d --- ui/SteeringControls.ui | 3 --- 1 file changed, 3 deletions(-) diff --git a/ui/SteeringControls.ui b/ui/SteeringControls.ui index 26f40e0..7428461 100644 --- a/ui/SteeringControls.ui +++ b/ui/SteeringControls.ui @@ -139,9 +139,6 @@ QPushButton:checked { true - - - CRUISE LIMIT -- cgit