19 Apr
2014
19 Apr
'14
6:21 p.m.
On Sat, 2014-04-19 at 19:20 +0200, Krzysztof KosiĆski wrote:
Further note: the new method redrawDesktop() is incorrect, and this actually shouldn't cause a redraw. It only works because the relevant function is buggy and causes unnecessary updates. The correct way to do this is to call update() on Inkscape::Drawing with reset = STATE_ALL, and then call requestRedraw() on SPCanvas with an infinite rectangle.
It's a reposition of the original code. There's another call in desktop.cpp to that same call, is that incorrect? Should they be merged into your single proposed call replacement?
Martin,