Do not set Qt::WA_OpaquePaintEvent (#7643)

Attempts to fix child widgets -- such as clips from the song editor -- drawing on top on other
This commit is contained in:
Sotonye Atemie
2025-02-19 19:24:27 -05:00
committed by GitHub
parent b440a029df
commit ea02b3aba0
12 changed files with 0 additions and 15 deletions

View File

@@ -48,7 +48,6 @@ CompressorControlDialog::CompressorControlDialog(CompressorControls* controls) :
m_controls(controls)
{
setAutoFillBackground(false);
setAttribute(Qt::WA_OpaquePaintEvent, true);
setAttribute(Qt::WA_NoSystemBackground, true);
setMinimumSize(MIN_COMP_SCREEN_X, MIN_COMP_SCREEN_Y);