mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 00:21:21 +02:00
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:
@@ -355,6 +355,12 @@ void RDPanelButton::keyReleaseEvent(QKeyEvent *e)
|
||||
}
|
||||
|
||||
|
||||
void RDPanelButton::resizeEvent(QResizeEvent *e)
|
||||
{
|
||||
setIconSize(QSize(size().width()-2,size().height()-2));
|
||||
}
|
||||
|
||||
|
||||
void RDPanelButton::mousePressEvent(QMouseEvent *e)
|
||||
{
|
||||
button_move_count=10;
|
||||
|
Reference in New Issue
Block a user