Ignore:
Timestamp:
09/04/18 12:26:13 (6 years ago)
Author:
bln4
Message:

org.expeditee.gui.Popup ->

Fixed a bug in the Popup class that was causing a line to be drawn when Apollo was run. Now correctly does not try to draw when hidden.


org.expeditee.io.ItemSelection ->

When pasting a image from the clipboard, Expeditee imports the image into the images folder. This alternation makes it so the resulting @i uses the relative location rather than absolute.

File:
1 edited

Legend:

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

    r1102 r1104  
    3030import org.expeditee.gio.gesture.StandardGestureActions;
    3131import org.expeditee.gui.DisplayController;
    32 import org.expeditee.gui.FrameGraphics;
    3332import org.expeditee.gui.FrameIO;
    3433import org.expeditee.gui.FreeItems;
     
    177176                                out.mkdirs();
    178177                                img.writeToDisk("png", out);
    179                                 Text item = DisplayController.getCurrentFrame().createNewText("@i: " + out.getPath());
     178                                Text item = DisplayController.getCurrentFrame().createNewText("@i: " + out.getName());
    180179                                f.add(item);
    181180                                ExpClipReader.updateItems(f);
Note: See TracChangeset for help on using the changeset viewer.