2021-02-25 Fred Gleason <fredg@paravelsystems.com>

* Fixed regressions in rdairplay(1) that caused incorrect color
	rendering.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-02-25 11:40:22 -05:00
parent a68d6c70bb
commit f755f59651
13 changed files with 86 additions and 30 deletions

View File

@@ -236,6 +236,7 @@ void StartButton::Resize(int x,int y,int w,int h)
}
p->end();
setIcon(*pix);
setIconSize(QSize(w-2,h-2));
delete p;
delete pix;
}