0000665: Follow up 0000640: This file crashes FreeCAD UI latest Git

This commit is contained in:
wmayer
2012-10-01 13:58:40 +02:00
parent aa72516fbe
commit 58da2ebbcc
9 changed files with 33 additions and 24 deletions

View File

@@ -1201,7 +1201,7 @@ void DocumentObjectItem::displayStatusInfo()
QString info = QString::fromAscii(Obj->getStatusString());
if ( Obj->mustExecute() == 1 )
info += QString::fromAscii(" (but must be executed)");
getMainWindow()->statusBar()->showMessage( info );
getMainWindow()->showMessage( info );
}