Merge pull request #2306 from okrc/okrc-patch-3

Fixed the display problem of Sandman.
This commit is contained in:
DavidXanatos 2022-10-07 11:11:22 +02:00 committed by GitHub
commit fc8a883575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -381,10 +381,6 @@ void CSandMan::CreateUI()
GetBoxView()->GetTree()->setPalette(pizzaPalete); // QApplication::setPalette(pizzaPalete);
GetFileView()->GetTree()->setPalette(pizzaPalete); // QApplication::setPalette(pizzaPalete);
}
else {
GetBoxView()->GetTree()->setPalette(QApplication::palette());
GetFileView()->GetTree()->setPalette(QApplication::palette());
}
}
void CSandMan::CreateMaintenanceMenu()