From ec31342be86b539db37838e5bbade725b8702f39 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Fri, 6 Mar 2015 13:25:44 +0300 Subject: [PATCH] gui/components/cc_frm_button.cpp: set CTextBox save screen flag Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/fdd54867141a78e3f95d4464d489fa4cb78b1146 Author: [CST] Focus Date: 2015-03-06 (Fri, 06 Mar 2015) --- src/gui/components/cc_frm_button.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/components/cc_frm_button.cpp b/src/gui/components/cc_frm_button.cpp index cf96abe09..cb5d8b322 100644 --- a/src/gui/components/cc_frm_button.cpp +++ b/src/gui/components/cc_frm_button.cpp @@ -167,6 +167,7 @@ void CComponentsButton::initCaption() if (cc_btn_capt_obj == NULL){ cc_btn_capt_obj = new CComponentsLabel(); cc_btn_capt_obj->doPaintBg(false); + cc_btn_capt_obj->enableTboxSaveScreen(save_tbox_screen); addCCItem(cc_btn_capt_obj); } }else{