Menu

#37 Clipboard Feature only updates first row

v1.0 (example)
closed-fixed
None
5
2016-08-25
2016-08-25
No

I had a look at the source code because the clipboard feature only updated the first row in the image list.

I believe line 572 of MainWindow.java needs to be changed into

          selectedImages.add(tableModel.getImageInfo(selectedRows[row]));

to fix this, although I'm not a wiz. After this changed, the clipboard feature works flawlessly for me.

Great product BTW

Discussion

  • Andreas Schneider

    Well spotted. Thanks. Fixed in version 0.099. Just released.

     
  • Andreas Schneider

    • status: open --> closed-fixed
     

Log in to post a comment.