2025-04-28 Fred Gleason <fredg@paravelsystems.com>

* Upgrade Qt dependency from Qt5 to Qt6.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2025-04-28 09:20:03 -04:00
parent 5950a9f7ab
commit 162aa3e483
169 changed files with 747 additions and 627 deletions

View File

@@ -164,7 +164,7 @@ void RDPanelButton::setColor(QColor color)
{
button_color=color;
if(button_flash) {
if(color==palette().color(QPalette::Background)) {
if(color==palette().color(QPalette::Window)) {
button_flashing=false;
}
else {