remove timeout for status messages related to (pre-)selection

This commit is contained in:
wmayer
2016-09-10 17:26:40 +02:00
parent f56ca4d471
commit 936d83992d
3 changed files with 11 additions and 11 deletions

View File

@@ -345,7 +345,7 @@ SoFCSelection::handleEvent(SoHandleEventAction * action)
,pp->getPoint()[1]
,pp->getPoint()[2]);
getMainWindow()->showMessage(QString::fromLatin1(buf),3000);
getMainWindow()->showMessage(QString::fromLatin1(buf));
}
else { // picked point
if (highlighted) {
@@ -404,7 +404,7 @@ SoFCSelection::handleEvent(SoHandleEventAction * action)
,pp->getPoint()[1]
,pp->getPoint()[2]);
getMainWindow()->showMessage(QString::fromLatin1(buf),3000);
getMainWindow()->showMessage(QString::fromLatin1(buf));
}
}
}
@@ -438,7 +438,7 @@ SoFCSelection::handleEvent(SoHandleEventAction * action)
,pp->getPoint()[1]
,pp->getPoint()[2]);
getMainWindow()->showMessage(QString::fromLatin1(buf),3000);
getMainWindow()->showMessage(QString::fromLatin1(buf));
}
}
@@ -569,7 +569,7 @@ SoFCSelection::handleEvent(SoHandleEventAction * action)
,pp->getPoint()[1]
,pp->getPoint()[2]);
getMainWindow()->showMessage(QString::fromLatin1(buf),3000);
getMainWindow()->showMessage(QString::fromLatin1(buf));
}
}
}
@@ -603,7 +603,7 @@ SoFCSelection::handleEvent(SoHandleEventAction * action)
,pp->getPoint()[1]
,pp->getPoint()[2]);
getMainWindow()->showMessage(QString::fromLatin1(buf),3000);
getMainWindow()->showMessage(QString::fromLatin1(buf));
}
}