Fixed the display problem of Sandman.
This commit is contained in:
parent
95e74dfd13
commit
6b1305afc7
|
@ -381,10 +381,6 @@ void CSandMan::CreateUI()
|
||||||
GetBoxView()->GetTree()->setPalette(pizzaPalete); // QApplication::setPalette(pizzaPalete);
|
GetBoxView()->GetTree()->setPalette(pizzaPalete); // QApplication::setPalette(pizzaPalete);
|
||||||
GetFileView()->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()
|
void CSandMan::CreateMaintenanceMenu()
|
||||||
|
|
Loading…
Reference in New Issue