cc_frm.cpp: add missing condition within paint methode

Shadow was unpainted with shadow_force


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0e114b5395
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-10-28 (Sun, 28 Oct 2018)



------------------
This commit was generated by Migit
This commit is contained in:
2018-10-28 22:00:38 +01:00
committed by vanhofen
parent e57cc54e38
commit 8546b23dbe

View File

@@ -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