mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-24 07:52:03 +05:00
SWP12673 - local selection don't work in GEOM
This commit is contained in:
parent
ddeda33663
commit
7832c44c36
@ -172,11 +172,7 @@ void GEOMGUI_OCCSelector::setSelection( const SUIT_DataOwnerPtrList& aList )
|
|||||||
|
|
||||||
Handle(AIS_InteractiveContext) ic = vw->getAISContext();
|
Handle(AIS_InteractiveContext) ic = vw->getAISContext();
|
||||||
|
|
||||||
#ifndef WNT
|
|
||||||
NCollection_DataMap<TCollection_AsciiString, TColStd_IndexedMapOfInteger> indexesMap; // "entry - list_of_int" map for LOCAL selection
|
NCollection_DataMap<TCollection_AsciiString, TColStd_IndexedMapOfInteger> indexesMap; // "entry - list_of_int" map for LOCAL selection
|
||||||
#else
|
|
||||||
NCollection_DataMap<Standard_CString, TColStd_IndexedMapOfInteger> indexesMap; // "entry - list_of_int" map for LOCAL selection
|
|
||||||
#endif
|
|
||||||
QMap<QString,int> globalSelMap; // only Key=entry from this map is used. value(int) is NOT used at all.
|
QMap<QString,int> globalSelMap; // only Key=entry from this map is used. value(int) is NOT used at all.
|
||||||
SelectMgr_IndexedMapOfOwner ownersmap; // map of owners to be selected
|
SelectMgr_IndexedMapOfOwner ownersmap; // map of owners to be selected
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user