diff --git a/src/gui/components/cc_frm.cpp b/src/gui/components/cc_frm.cpp index 068d87359..f3c0dbdd5 100644 --- a/src/gui/components/cc_frm.cpp +++ b/src/gui/components/cc_frm.cpp @@ -531,6 +531,10 @@ void CComponentsForm::paintCCItems() if (!this->cc_allow_paint) cc_item->allowPaint(false); + //restore background + if (v_cc_items[i]->isPainted()) + v_cc_items[i]->hide(); + //finally paint current item, but only required contents of page if (cc_item->getPageNumber() == cur_page) cc_item->paint(cc_item->SaveBg());