diff --git a/src/gui/properties/propertieswidget.cpp b/src/gui/properties/propertieswidget.cpp index 26bc5da9d..8c63d048f 100644 --- a/src/gui/properties/propertieswidget.cpp +++ b/src/gui/properties/propertieswidget.cpp @@ -76,7 +76,9 @@ PropertiesWidget::PropertiesWidget(QWidget *parent) , m_ui(new Ui::PropertiesWidget()) { m_ui->setupUi(this); +#ifndef Q_OS_MACOS setAutoFillBackground(true); +#endif m_state = VISIBLE;