james 2011-02-11 22:38:24 -0800 (Fri, 11 Feb 2011) 659 revision 4148 broke pasting in the sprite editor browser. Whenever you paste a sprite, intgrabber_with_addset() jumps you back to the first row so your paste always goes in the first row no matter what.
This revision adds a use_clipboard argument to intgrabber() that can optionally skip the copy/paste code. it defaults to YES, but when intgrabber_with_addset() calls intgrabber() it is forced to NO... ...except for mysterious and frustrating reasons, intgrabber() always behaves as if you passed YES to the use_clipboard argument, regardless of what you actually pass. Grrrrrr! So this checkin does NOT fix the sprite pasting problem, but it SHOULD :( --- U wip/common.bas U wip/common.bi U wip/customsubs.bas _______________________________________________ Ohrrpgce mailing list [email protected] http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org
