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

@@ -373,7 +373,7 @@ SoFCUnifiedSelection::handleEvent(SoHandleEventAction * action)
,pp->getPoint()[1]
,pp->getPoint()[2]);
getMainWindow()->showMessage(QString::fromLatin1(buf),3000);
getMainWindow()->showMessage(QString::fromLatin1(buf));
if (Gui::Selection().setPreselect(documentName.c_str()
,objectName.c_str()
@@ -470,7 +470,7 @@ SoFCUnifiedSelection::handleEvent(SoHandleEventAction * action)
,pp->getPoint()[1]
,pp->getPoint()[2]);
getMainWindow()->showMessage(QString::fromLatin1(buf),3000);
getMainWindow()->showMessage(QString::fromLatin1(buf));
}
}
}
@@ -508,7 +508,7 @@ SoFCUnifiedSelection::handleEvent(SoHandleEventAction * action)
,pp->getPoint()[1]
,pp->getPoint()[2]);
getMainWindow()->showMessage(QString::fromLatin1(buf),3000);
getMainWindow()->showMessage(QString::fromLatin1(buf));
}
}