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
+
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));