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?
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 , 17 years ago
Type: | defect → enhancement |
---|
comment:2 by , 17 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
no they can't, you may drop some drawing that has accumulated in the path object and is in fact visible.