Changeset 1437 for trunk


Ignore:
Timestamp:
11/06/19 13:08:00 (4 years ago)
Author:
bnemhaus
Message:

When copy/pasting image files you know get the image rather than the @i. It turns out that there existed a function call to achieve this in the ExpClipReader class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/io/ItemSelection.java

    r1436 r1437  
    207207                        } else if (content.fileRepresentation != null) { // Files
    208208                                EcosystemManager.getDragAndDropManager().importFileList(content.fileRepresentation, DisplayController.getMousePosition(), true);
     209                                ExpClipReader.updateItems(FreeItems.getInstance());
    209210                        } /* else if {
    210211                                // Next handler
Note: See TracChangeset for help on using the changeset viewer.