File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
src/main/java/org/hvdw/jexiftoolgui Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -3714,18 +3714,14 @@ public void valueChanged(ListSelectionEvent e) {
3714
3714
//No previews wanted, so only display preview in bottom-left for selected image
3715
3715
// and prevent 2nd event trigger
3716
3716
if ( (!(createPreviewsCheckBox .isSelected ())) && (!e .getValueIsAdjusting ()) ) {
3717
- Utils .selectedRowForSinglePreview ();
3718
3717
Executor executor = Executors .newSingleThreadExecutor ();
3719
3718
executor .execute (new Runnable () {
3720
3719
@ Override
3721
3720
public void run () {
3722
- // Utils.selectedRowForSinglePreview();
3721
+ Utils .selectedRowForSinglePreview ();
3723
3722
Utils .displaySinglePreview (previewTable , loadMetadataCheckBox .isSelected ());
3724
- //Utils.progressStatus(progressBar, false);
3725
3723
}
3726
3724
});
3727
- //Utils.selectedRowForSinglePreview();
3728
- //Utils.displaySinglePreview(previewTable, loadMetadataCheckBox.isSelected());
3729
3725
}
3730
3726
}
3731
3727
You can’t perform that action at this time.
0 commit comments