[Title] snapshot view clear bug fix
authorLee <jy.exe.lee@samsung.com>
Thu, 29 Nov 2012 09:54:14 +0000 (18:54 +0900)
committerLee <jy.exe.lee@samsung.com>
Thu, 29 Nov 2012 09:54:14 +0000 (18:54 +0900)
[Desc.] bug fix
[Issue] -

org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/info/snapshot/SnapshotView.java

index ddf4291..ac07797 100644 (file)
@@ -300,7 +300,7 @@ public class SnapshotView extends DAView {
                maxMem = 100;
                processMem = 0;
                cpuGrp.clear();
-               updateView();
+               updateView(true);
        }
 
        public void setStartTime(long start) {