Modify ↓
Opened 14 years ago
Closed 14 years ago
#3676 closed enhancement (fixed)
[PATCH] deprecate the use of OsmPrimitive selection methods
Reported by: | hansendc | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
Must go through the DataSet instead. This gets rid of all use outside of DataSet. A future patch will remove these methods entirely and instead rely on an implementation inside the DataSet to track selected state.
Attachments (1)
Change History (2)
Changed 14 years ago by
Attachment: | deprecate-osmprimitive-selection-methods.patch added |
---|
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [2264]) applied #3676 - patch by Dave Hansen - cleanup selection handling interface