Gui: Set processed true when right mouse released and hasDragged in TinkerCAD style
This commit is contained in:
@@ -142,6 +142,9 @@ SbBool TinkerCADNavigationStyle::processSoEvent(const SoEvent * const ev)
|
||||
this->centerTime = ev->getTime();
|
||||
processed = true;
|
||||
}
|
||||
else if (!press && curmode == NavigationStyle::DRAGGING && hasDragged) {
|
||||
processed = true;
|
||||
}
|
||||
else if (!press && curmode == NavigationStyle::DRAGGING && !hasDragged) {
|
||||
newmode = NavigationStyle::IDLE;
|
||||
if (!viewer->isEditing()) {
|
||||
|
||||
Reference in New Issue
Block a user