diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-13 20:14:27 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-18 08:31:55 -0500 |
commit | 192f6a41444b62feae03185975c120f770e2938f (patch) | |
tree | b85e6c19a1465f0da8ab329dd6839978519cbec4 /svgio | |
parent | e969c131a2d8ca21d32e5caaa302ee904021a1e5 (diff) |
Reduce duplicate broadcasting done when pasting a range of cells from clip.
We do pasting from clip in 2 steps: 1) delete the destination range, then
2) paste the content onto the destination range. The old code would broadcast
both during 1) and 2). This change consolidates them and do broadcasting
only once at the end, and also avoids broadcasting the same cell twice,
which the old code sometimes did.
Change-Id: Ic524c2b70888ce158619d99cbfb55dea85870497
Diffstat (limited to 'svgio')
0 files changed, 0 insertions, 0 deletions