diff --git a/src/gui/components/cc_frm.cpp b/src/gui/components/cc_frm.cpp index f5fee7c66..9432c78e4 100644 --- a/src/gui/components/cc_frm.cpp +++ b/src/gui/components/cc_frm.cpp @@ -397,6 +397,7 @@ void CComponentsForm::paint(const bool &do_save_bg) OnBeforeRePaint(); OnBeforePaint(); paintForm(do_save_bg); + is_painted = true; } bool CComponentsForm::isPageChanged()