mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[vcs-log] add repaint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user