Changeset 894


Ignore:
Timestamp:
02/14/14 14:35:31 (10 years ago)
Author:
ngw8
Message:

Fixed bug where text wasn't copied when right-clicking in the JFX Browser

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/items/widgets/JfxBrowser.java

    r892 r894  
    690690                                                } else {
    691691                                                        // Copy text and attach to cursor
    692                                                         Text t = DisplayIO.getCurrentFrame().createNewText();                                                   
     692                                                        Text t = DisplayIO.getCurrentFrame().createNewText(selection);
    693693                                                        t.setXY(FrameMouseActions.getX(), FrameMouseActions.getY());
    694694                                                        FrameMouseActions.pickup(t);
Note: See TracChangeset for help on using the changeset viewer.