Modify ↓
Opened 10 years ago
Closed 10 years ago
#13019 closed enhancement (fixed)
[Patch] Make commands trigger an implicit layer redraw
| Reported by: | michael2402 | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | 16.06 |
| Component: | Core | Version: | |
| Keywords: | gsoc-core | Cc: | Don-vip, bastiK, stoecker |
Description
This makes commands trigger an implicit layer redraw on the layer they affected.
It allows us to remove many Main.main.mapView.repaint() calls in our code since the layers are scheduled for repaint automatically.
Attachments (2)
Change History (3)
by , 10 years ago
| Attachment: | patch-layer-command-implicit-redraw.patch added |
|---|
by , 10 years ago
| Attachment: | patch-layer-command-implicit-redraw.2.patch added |
|---|
comment:1 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



In 10452/josm: