From a1e815cf376c5c16abb5fdaf684e15d61f02dfc5 Mon Sep 17 00:00:00 2001 From: Zack Rusin Date: Wed, 6 Apr 2011 20:23:08 -0400 Subject: [PATCH] Generate filterText in thread. makes loading of traces a lot more responsive --- gui/loaderthread.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gui/loaderthread.cpp b/gui/loaderthread.cpp index 207c2a5..f3a4c5a 100644 --- a/gui/loaderthread.cpp +++ b/gui/loaderthread.cpp @@ -27,6 +27,8 @@ apiCallFromTraceCall(const Trace::Call *call) apiCall->argValues += argVisitor.variant(); } + //force generation of the internal state + apiCall->filterText(); return apiCall; } -- 2.45.2