Modify ↓
Opened 15 years ago
Closed 15 years ago
#4234 closed defect (fixed)
[patch] mappaint antialiasing is broken
Reported by: | Upliner | Owned by: | team |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | tested |
Keywords: | Cc: |
Description
After splitting SimpleMapPaintVisitor and MapPaintVisitor antialiasing no longer work.
Attachments (1)
Change History (5)
by , 15 years ago
Attachment: | antialiasing.patch added |
---|
comment:1 by , 15 years ago
Just wondering - why would we turn antialiasing off per default?
Main.pref.getBoolean("mappaint.use-antialiasing", false)
I'd rather like to apply the patch with antialiasing enabled per defualt
Main.pref.getBoolean("mappaint.use-antialiasing", true)
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Simple patch to fix this issue