From 7fa57737e9fd27312e45d05b428dd8da3bebc192 Mon Sep 17 00:00:00 2001 From: Bas Leijdekkers Date: Mon, 14 May 2012 22:40:53 +0200 Subject: [PATCH] no default selection --- .../com/intellij/openapi/vcs/history/FileHistoryPanelImpl.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/platform/vcs-impl/src/com/intellij/openapi/vcs/history/FileHistoryPanelImpl.java b/platform/vcs-impl/src/com/intellij/openapi/vcs/history/FileHistoryPanelImpl.java index dd921862163e..c01f87d1bb8a 100644 --- a/platform/vcs-impl/src/com/intellij/openapi/vcs/history/FileHistoryPanelImpl.java +++ b/platform/vcs-impl/src/com/intellij/openapi/vcs/history/FileHistoryPanelImpl.java @@ -579,8 +579,6 @@ public class FileHistoryPanelImpl extends PanelWithActionsAndCloseButton { }); myDualView.requestFocus(); - myDualView.setSelectionInterval(0, 0); - myDualView.addListSelectionListener(new ListSelectionListener() { public void valueChanged(ListSelectionEvent e) {