Revert "Dim disabled items in context menus (#4423)" (#4596)

This reverts commit 642718474c.
This commit is contained in:
pajlada
2023-05-02 21:33:36 +02:00
committed by GitHub
parent 6672adf287
commit 9d71f9017f
7 changed files with 11 additions and 40 deletions
-5
View File
@@ -292,11 +292,6 @@ bool BaseWindow::supportsCustomWindowFrame()
void BaseWindow::themeChangedEvent()
{
if (!this->flags_.has(BaseWindow::DisableStyleSheet))
{
this->setStyleSheet(this->theme->window.contextMenuStyleSheet);
}
if (this->hasCustomWindowFrame())
{
QPalette palette;