mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
cc_frm.cpp: add missing condition within paint methode
Shadow was unpainted with shadow_force
This commit is contained in:
@@ -344,7 +344,7 @@ void CComponentsForm::exchangeCCItem(CComponentsItem* item_a, CComponentsItem* i
|
|||||||
void CComponentsForm::paintForm(bool do_save_bg)
|
void CComponentsForm::paintForm(bool do_save_bg)
|
||||||
{
|
{
|
||||||
//paint body
|
//paint body
|
||||||
if (!is_painted || force_paint_bg)
|
if (!is_painted || force_paint_bg || shadow_force)
|
||||||
paintInit(do_save_bg);
|
paintInit(do_save_bg);
|
||||||
|
|
||||||
//paint
|
//paint
|
||||||
|
Reference in New Issue
Block a user