Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
53bdd248
Commit
53bdd248
authored
7 years ago
by
peter
Committed by
nik
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
IDEA-178584 IDEA hangs when displaying File History in Perforce
(cherry picked from commit
d0e90f51
)
parent
45c8ddc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
platform/vcs-impl/src/com/intellij/openapi/vcs/history/FileHistoryPanelImpl.java
+2
-1
...om/intellij/openapi/vcs/history/FileHistoryPanelImpl.java
with
2 additions
and
1 deletion
+2
-1
platform/vcs-impl/src/com/intellij/openapi/vcs/history/FileHistoryPanelImpl.java
+
2
-
1
View file @
53bdd248
...
...
@@ -657,7 +657,8 @@ public class FileHistoryPanelImpl extends PanelWithActionsAndCloseButton impleme
}
@Override
public
TableCellRenderer
getCustomizedRenderer
(
@NotNull
TreeNodeOnVcsRevision
revision
,
@NotNull
TableCellRenderer
renderer
)
{
public
TableCellRenderer
getCustomizedRenderer
(
TreeNodeOnVcsRevision
revision
,
TableCellRenderer
renderer
)
{
if
(
renderer
==
null
)
return
null
;
if
(
renderer
instanceof
BaseHistoryCellRenderer
)
{
((
BaseHistoryCellRenderer
)
renderer
).
setCurrentRevision
(
isCurrentRevision
(
revision
));
}
else
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment