FreeCAD: master f9143750

Author Committer Branch Timestamp Parent
abdullah abdullahtahiriyo master 2021-01-03 05:31:17 master 55219f85
Changeset Sketcher: Show attachment overlay icon information

==================================================

ViewProviderSketch now derives from the ViewProviderAttachExtension and gets the overlay icon when not attached.

ViewProvider2DObject does not implement a ViewProviderAttachExtension although Part2DObject (on which SketchObject derives)
does derive from AttachExtension. It is understood that this is because this functionality is unwanted for other
ViewProviders.
mod - src/Mod/Sketcher/Gui/ViewProviderSketch.cpp Diff File
mod - src/Mod/Sketcher/Gui/ViewProviderSketch.h Diff File