0000665: Follow up 0000640: This file crashes FreeCAD UI latest Git
This commit is contained in:
@@ -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 );
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user