mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-10 15:53:10 -04:00
Disable Compressor background autofill (#6986)
This commit is contained in:
@@ -58,7 +58,10 @@ CompressorControlDialog::CompressorControlDialog(CompressorControls* controls) :
|
||||
m_graphColor(209, 216, 228, 50),
|
||||
m_resetColor(200, 100, 15, 200)
|
||||
{
|
||||
setAutoFillBackground(true);
|
||||
setAutoFillBackground(false);
|
||||
setAttribute(Qt::WA_OpaquePaintEvent, true);
|
||||
setAttribute(Qt::WA_NoSystemBackground, true);
|
||||
|
||||
QPalette pal;
|
||||
pal.setBrush(backgroundRole(), PLUGIN_NAME::getIconPixmap("artwork"));
|
||||
setPalette(pal);
|
||||
|
||||
Reference in New Issue
Block a user