remove timeout for status messages related to (pre-)selection
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user