Do not override edit cursor with pre-selection
This commit is contained in:
@@ -789,14 +789,14 @@ void View3DInventor::removeOverlayWidget()
|
||||
if (overlay) stack->removeWidget(overlay);
|
||||
}
|
||||
|
||||
void View3DInventor::setCursor(const QCursor& aCursor)
|
||||
void View3DInventor::setOverrideCursor(const QCursor& aCursor)
|
||||
{
|
||||
_viewer->getWidget()->setCursor(aCursor);
|
||||
}
|
||||
|
||||
void View3DInventor::setCursor(Qt::CursorShape aCursor)
|
||||
void View3DInventor::restoreOverrideCursor()
|
||||
{
|
||||
_viewer->getWidget()->setCursor(aCursor);
|
||||
_viewer->getWidget()->setCursor(QCursor(Qt::ArrowCursor));
|
||||
}
|
||||
|
||||
void View3DInventor::dump(const char* filename)
|
||||
|
||||
Reference in New Issue
Block a user