Modify ↓
#12976 closed defect (fixed)
MapView is not refreshed when the active layer is hidden/shown
Reported by: | Don-vip | Owned by: | team |
---|---|---|---|
Priority: | major | Milestone: | 16.06 |
Component: | Core | Version: | |
Keywords: | template_report gsoc-core regression | Cc: | wiktorn, michael2402, bastiK |
Description
What steps will reproduce the problem?
- Download OSM data
- Hide the active layer using eye icon in layer list dialog
- Notice the map view is not refreshed
- Move the mouse over map view
- Notice the map view is refreshed only once the mouse enters the map view area
What is the expected result?
- Map view should be refreshed as soon the layer visibility changes. Regression from r10391 (r10390 works fine)
Build-Date:2016-06-16 15:23:08 Revision:10391 Is-Local-Build:true Identification: JOSM/1.5 (10391 SVN en) Windows 10 64-Bit Memory Usage: 402 MB / 3634 MB (214 MB allocated, but free) Java version: 1.8.0_91-b14, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM VM arguments: [-Dfile.encoding=UTF-8] Program arguments: [--debug] Plugins: - cadastre-fr (32212) - continuosDownload (53) - editgpx (32263) - ejml (32158) - geotools (31895) - jts (31906) - log4j (32158) - measurement (32158) - utilsplugin2 (32158) Last errors/warnings: - W: Missing plugin main version in plugin OSMRecPlugin
Attachments (1)
Change History (5)
by , 8 years ago
Attachment: | patch-fix-12976.patch added |
---|
comment:1 by , 8 years ago
comment:4 by , 8 years ago
Well, there are still the test cases failing. And I would not be surprised if we find some more failing removeListener()/destroy() calls.
Note:
See TracTickets
for help on using tickets.
Thanks for the report. I added a patch to fix it.
Was caused by [10391]