mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[git] Pass correct instance to the history diff handler. IDEA-89361
This commit is contained in:
@@ -871,7 +871,7 @@ public class FileHistoryPanelImpl extends PanelWithActionsAndCloseButton {
|
||||
// no previous
|
||||
previousRevision = myBottomRevisionForShowDiff != null ? myBottomRevisionForShowDiff : VcsFileRevision.NULL;
|
||||
} else {
|
||||
previousRevision = flatView.getRow(selectedRow + 1);
|
||||
previousRevision = flatView.getRow(selectedRow + 1).getRevision();
|
||||
}
|
||||
|
||||
if (revision != null) {
|
||||
|
||||
Reference in New Issue
Block a user