mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
fixed possible Nullpointer access in displaymenurootview
This commit is contained in:
@@ -390,6 +390,8 @@ cFont *cDisplayMenuRootView::GetTextAreaFont(void) {
|
||||
|
||||
|
||||
void cDisplayMenuRootView::Render(void) {
|
||||
if (!view)
|
||||
return;
|
||||
if (!view->DrawBackground()) {
|
||||
if (!defaultBackgroundDrawn) {
|
||||
defaultBackgroundDrawn = true;
|
||||
|
Reference in New Issue
Block a user