From 06950a388a06b5c812a9cdc9f3ebdbd1a268df8c Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 5 Jan 2020 22:22:22 +0100 Subject: [PATCH] cc_frm: add global mutex for cc forms Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/03d61d78288d6aa125a5ea3a6779d36cc11a9db9 Author: Thilo Graf Date: 2020-01-05 (Sun, 05 Jan 2020) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/components/cc_frm.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/components/cc_frm.cpp b/src/gui/components/cc_frm.cpp index 9f2854114..31e041486 100644 --- a/src/gui/components/cc_frm.cpp +++ b/src/gui/components/cc_frm.cpp @@ -436,6 +436,8 @@ void CComponentsForm::paintCCItems() try{ for(size_t i=0; i g(cc_frm_mutex); + if (!v_cc_items.at(i)) continue;