From e4f46468a720e3810fde9da64ad05e1e477a93c4 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Mon, 7 Oct 2013 15:55:41 +0200 Subject: [PATCH] CComponentsFrmClock: fix posible flicker effects Textbox handling was changed since 2781da8b77986a3b2630394ab4ddc183ec1271b9 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/70b43dc0213cf9e203936eea42943808d025e16f Author: Thilo Graf Date: 2013-10-07 (Mon, 07 Oct 2013) ------------------ This commit was generated by Migit --- src/gui/components/cc_frm_clock.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/components/cc_frm_clock.cpp b/src/gui/components/cc_frm_clock.cpp index f2d7e8be2..0a74fe30e 100644 --- a/src/gui/components/cc_frm_clock.cpp +++ b/src/gui/components/cc_frm_clock.cpp @@ -181,7 +181,6 @@ void CComponentsFrmClock::initCCLockItems() //ensure paint of text and label bg on changed text or painted form background bool force_txt_and_bg = (lbl->textChanged() || this->paint_bg); lbl->forceTextPaint(force_txt_and_bg); - lbl->doPaintTextBoxBg(force_txt_and_bg); //set xpos of item cl_x += wtmp;