* fixed severe Java 7 bug
This commit is contained in:
parent
0f05b47109
commit
99a61f53ce
|
@ -92,7 +92,9 @@ class SubtitlePackageCellRenderer extends AbstractFancyListCellRenderer {
|
|||
@Override
|
||||
public void validate() {
|
||||
// validate children, yet avoid flickering of the mouse cursor
|
||||
validateTree();
|
||||
synchronized (getTreeLock()) {
|
||||
validateTree();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue