mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-19 15:11:28 +01:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user