[SPTSDKUX-1951] Resolve issue about highlighting dlog table
authorjaeyong lee <jae-yong.lee@samsung.com>
Tue, 30 Aug 2016 05:36:26 +0000 (14:36 +0900)
committergihun chang <gihun.chang@samsung.com>
Tue, 30 Aug 2016 07:32:50 +0000 (16:32 +0900)
Change-Id: I971e22320dcb6fcdc4dc8c6cc034c1d52235265d

org.tizen.dynamicanalyzer/src/org/tizen/dynamicanalyzer/ui/toolbar/Toolbar.java

index 0258289..a39249e 100644 (file)
@@ -161,7 +161,7 @@ public enum Toolbar {
        private List<Double> markerTimeList = new ArrayList<Double>();
        private long chartDragStart = -1;
        private long chartDragEnd = -1;
-       private boolean dlogTimeSelection = false;
+       private boolean dlogTimeSelection = true;
        
        public DACustomButton getStartButton() {
                return startButton;