mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-06 07:02:33 +02:00
2018-10-28 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression that caused the bankground of blank Sound Panel buttons to be black.
This commit is contained in:
parent
0ae1d73b35
commit
57b699a270
@ -17924,3 +17924,6 @@
|
||||
* Fixed a regression in rdairplay(1) that caused the application
|
||||
to be closed even if an incorrect response was entered in the
|
||||
'Enter Password' dialog.
|
||||
2018-10-28 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression that caused the bankground of blank Sound Panel
|
||||
buttons to be black.
|
||||
|
@ -23,7 +23,6 @@
|
||||
|
||||
#include <qpixmap.h>
|
||||
#include <qpainter.h>
|
||||
//Added by qt3to4:
|
||||
#include <QDropEvent>
|
||||
#include <QMouseEvent>
|
||||
#include <QKeyEvent>
|
||||
@ -52,8 +51,8 @@ void RDPanelButton::clear()
|
||||
{
|
||||
setText("");
|
||||
setOutputText("");
|
||||
setDefaultColor(button_parent->backgroundColor());
|
||||
setColor(button_parent->backgroundColor());
|
||||
button_color=Qt::lightGray;
|
||||
button_default_color=Qt::lightGray;
|
||||
setCart(0);
|
||||
button_deck=-1;
|
||||
button_output=-1;
|
||||
@ -492,6 +491,7 @@ void RDPanelButton::WriteKeycap(int secs)
|
||||
setPixmap(*pix);
|
||||
delete p;
|
||||
delete pix;
|
||||
update();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user