mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
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:
@@ -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