2452 fixed refresh local disks button

This commit is contained in:
William Schaefer 2017-03-30 17:14:47 -04:00
parent 97692500a5
commit ad1c5ba0cf

View File

@ -671,6 +671,7 @@ final class LocalDiskPanel extends JPanel {
logger.log(Level.INFO, "Loading local disks was canceled, which should not be possible."); //NON-NLS
}
}
diskTable.revalidate();
}
}
}