mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +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)
|
||||
{
|
||||
//paint body
|
||||
if (!is_painted || force_paint_bg)
|
||||
if (!is_painted || force_paint_bg || shadow_force)
|
||||
paintInit(do_save_bg);
|
||||
|
||||
//paint
|
||||
|
Reference in New Issue
Block a user