mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-15 19:11:26 +05:00
OCC 7.4 porting for CurveCreator_Widget: TODO check OK
This commit is contained in:
parent
4da74bc198
commit
1e56c0d59c
@ -1182,12 +1182,16 @@ void CurveCreator_Widget::onMouseRelease( SUIT_ViewWindow* theWindow, QMouseEven
|
||||
filter->AddShape(exp.Current());
|
||||
}
|
||||
aCtx->AddFilter(filter);
|
||||
#if OCC_VERSION_LARGE <= 0x07030000
|
||||
if (aCtx->HasOpenedContext())
|
||||
{
|
||||
Handle(AIS_LocalContext) aLctx = aCtx->LocalContext();
|
||||
aLctx->Filter()->Clear();
|
||||
aLctx->AddFilter(filter);
|
||||
}
|
||||
#else
|
||||
// TODO: check if something required
|
||||
#endif
|
||||
//}
|
||||
|
||||
// Initialize the single selection if start and end points are equal,
|
||||
|
Loading…
x
Reference in New Issue
Block a user