22 Sep
2013
22 Sep
'13
4:11 p.m.
On Sun, 2013-09-22 at 17:54 +0200, Markus Engel wrote:
set a breakpoint on DrawingItem::render and then press the group button. You can see how the dotted borders and those arrows around the selected items disappear in several steps and then are redrawn. Can it be that this has got to do with parallelization?
I'm not sure what you mean. The handles are xpm from src/pixmaps/handles and are loaded at init. They're display is pretty straightforward in the selection-handler.
Do you think if the item wasn't selected and a property changed, it wouldn't take so many redraws of the same DrawingItem?
Martin,