Fixed the display problem of Sandman.

This commit is contained in:
okrc 2022-10-06 16:11:25 +08:00
parent 95e74dfd13
commit 6b1305afc7
No known key found for this signature in database
GPG Key ID: 7BFFDD3B3BF40F01
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()