+ various minor fixes, whitespaces improvements

This commit is contained in:
wmayer
2016-03-23 23:28:56 +01:00
parent a69ee20f0c
commit 3af29639c6
6 changed files with 28 additions and 32 deletions

View File

@@ -1170,7 +1170,12 @@ void NavigationStyle::startSelection(AbstractMouseSelection* mouse)
{
if (!mouse)
return;
if (mouseSelection) {
SoDebugError::postWarning("NavigationStyle::startSelection",
"Set new mouse selection while an old is still active.");
}
mouseSelection = mouse;
mouseSelection->grabMouseModel(viewer);
}