Modify ↓
Opened 3 years ago
Closed 3 years ago
#4272 closed defect (fixed)
Accessor not public
| Reported by: | Nop | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | latest | Keywords: | |
| Cc: |
Description
The accessor OsmPrimitive.setDisabled() is not declared public. This inhibits plugins from using it. Accessors need to be public.
Attachments (0)
Change History (1)
comment:1 Changed 3 years ago by mjulius
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



(In [2714]) fixes #4272 - OsmPrimitive.setDisabled() not public