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 authored and GitHub committed 2025-02-19 19:24:27 -05:00
1 parent b440a029df
commit ea02b3aba0
12 files changed
-15

No files matched your search

@@ -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);