Files
test2/source
Joshua Leung 2bd49785f9 Fix: Pasting GP strokes files between files (or when the original colors were deleted) would crash
The problem was that the strokes in the copy-paste buffer could be keeping
dangling pointers to colors that were already freed. Therefore, this commit
makes it so that when copying the strokes, we now make copies of the colors
and put them in a hashtable beside the stroke buffer. This is convenient,
as it saves us having to look up what colours need to be copied over each
time when pasting.
2017-06-08 03:23:30 +12:00
..
2017-05-27 15:34:55 -04:00
2017-05-27 15:34:55 -04:00
2017-06-02 15:38:04 +10:00
2017-01-29 17:21:57 +03:00