mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
src/gui/widget/menue.cpp check if pointer is not NULL
This commit is contained in:
@@ -1428,6 +1428,7 @@ void CMenuWidget::paintHint(int pos)
|
|||||||
/* clear info box */
|
/* clear info box */
|
||||||
if ((info_box) && (pos < 0))
|
if ((info_box) && (pos < 0))
|
||||||
savescreen ? info_box->hide() : info_box->kill();
|
savescreen ? info_box->hide() : info_box->kill();
|
||||||
|
if (info_box)
|
||||||
hint_painted = info_box->isPainted();
|
hint_painted = info_box->isPainted();
|
||||||
}
|
}
|
||||||
if (pos < 0)
|
if (pos < 0)
|
||||||
|
Reference in New Issue
Block a user