Merge pull request #2306 from okrc/okrc-patch-3
Fixed the display problem of Sandman.
This commit is contained in:
commit
fc8a883575
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue