Modify

Opened 17 years ago

Closed 17 years ago

#733 closed enhancement (wontfix)

faster scrolling

Reported by: dnaber Owned by: framm
Priority: minor Milestone:
Component: Core Version:
Keywords: performance Cc:

Description

In MapPaintVisitor.drawSeg(), couldn't these first lines moved below the "is visible" check?

if (col != currentColor
width != currentWidth dashed != currentDashed) {

displaySegments(col, width, dashed);

}

I tried this and it makes scrolling/zooming quite a bit smoother. I didn't notice any negative side effects (but I don't know this code...)

Attachments (0)

Change History (2)

comment:1 by dnaber, 17 years ago

Type: defectenhancement

comment:2 by framm, 17 years ago

Resolution: wontfix
Status: newclosed

no they can't, you may drop some drawing that has accumulated in the path object and is in fact visible.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain framm.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.