Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
realthunder committed Feb 15, 2018
1 parent c144941 commit 997ae14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Gui/SoFCUnifiedSelection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ bool SoFCUnifiedSelection::setSelection(const std::vector<PickedInfo> &infos, bo
}
}

#if 0 // geo feature group now implements getElementPicked
#if 0 // ViewProviderDocumentObject now has default implementation of getElementPicked

// If no next hierarchy is found, do another try on view provider hierarchies,
// which is used by geo feature group.
Expand Down
2 changes: 1 addition & 1 deletion src/Gui/ViewProvider.h
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ class GuiExport ViewProvider : public App::TransactionalObject
* Tree view now calls this function instead of canDropObject(), and may
* query for objects from other document. The default implementation
* (actually in ViewProviderDocumentObject) inhibites cross document
* dropping, and calls canDropObject(obj) for the result. Override this
* dropping, and calls canDropObject(obj) for the rest. Override this
* function to enable cross document linking.
* */
virtual bool canDropObjectEx(App::DocumentObject *obj, App::DocumentObject *owner, const char *subname) const;
Expand Down

0 comments on commit 997ae14

Please sign in to comment.