[vcs-log] add repaint

This commit is contained in:
Julia Beliaeva
2016-05-13 18:03:07 +03:00
parent c7d904b23d
commit 4f0ea3d8bf
@@ -268,6 +268,8 @@ class DetailsPanel extends JPanel implements ListSelectionListener {
for (int i = myMainContentPanel.getComponentCount() - 1; i >= 0; i--) {
((JComponent)myMainContentPanel.getComponent(i)).setAlignmentX(LEFT_ALIGNMENT);
}
repaint();
}
@NotNull