From 13b73ed44ed5abfe91d7f6e8fba7e3bf14eac10b Mon Sep 17 00:00:00 2001 From: soomin Date: Thu, 12 Nov 2015 17:37:04 +0900 Subject: [PATCH 1/2] =?UTF-8?q?XLogProfileView=20=EC=97=90=20=EC=9E=88?= =?UTF-8?q?=EB=8A=94=20=EB=A7=81=ED=81=AC=EB=A5=BC=20=ED=81=B4=EB=A6=AD?= =?UTF-8?q?=ED=95=98=EC=97=AC=20=EC=83=88=EB=A1=9C=EC=9A=B4=20View=20?= =?UTF-8?q?=EB=A1=9C=20=EC=9D=B4=EB=8F=99=ED=9B=84=20=EB=8B=A4=EC=8B=9C=20?= =?UTF-8?q?XLogProfileView=20=EB=A1=9C=20=EB=8F=8C=EC=95=84=EC=98=A4?= =?UTF-8?q?=EB=A9=B4=20Mouse=20OnClient=20=EC=83=81=ED=83=9C=EB=A1=9C=20?= =?UTF-8?q?=EB=82=A8=EC=95=84=EC=9E=88=EB=8A=94=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/scouter/client/xlog/views/XLogProfileView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scouter.client/src/scouter/client/xlog/views/XLogProfileView.java b/scouter.client/src/scouter/client/xlog/views/XLogProfileView.java index 736852f96..ef1726ec5 100644 --- a/scouter.client/src/scouter/client/xlog/views/XLogProfileView.java +++ b/scouter.client/src/scouter/client/xlog/views/XLogProfileView.java @@ -136,7 +136,7 @@ public void setInput(Step[] steps, final XLogData item, int serverId) { text.setText(""); ProfileText.build(DateUtil.yyyymmdd(xLogData.p.endTime), text, this.xLogData, steps, spaceCnt, serverId); - text.addListener(SWT.MouseDown, new Listener(){ + text.addListener(SWT.MouseUp, new Listener(){ public void handleEvent(Event event) { try { int offset = text.getOffsetAtLocation(new Point (event.x, event.y)); From 3617c8cd778db2eea7f64b75c6199e17bca1512d Mon Sep 17 00:00:00 2001 From: soomin Date: Thu, 12 Nov 2015 20:12:29 +0900 Subject: [PATCH 2/2] upgrade tycho from 0.22 to 0.24 --- scouter.client.build/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scouter.client.build/pom.xml b/scouter.client.build/pom.xml index 19d6a19da..29f0b066d 100644 --- a/scouter.client.build/pom.xml +++ b/scouter.client.build/pom.xml @@ -11,7 +11,7 @@ ../scouter.client.product - 0.22.0 + 0.24.0 http://download.eclipse.org/releases/mars UTF-8 @@ -62,4 +62,4 @@ - \ No newline at end of file +