0000665: Follow up 0000640: This file crashes FreeCAD UI latest Git
This commit is contained in:
@@ -568,7 +568,7 @@ SoFCSelection::handleEvent(SoHandleEventAction * action)
|
||||
,pp->getPoint()[1]
|
||||
,pp->getPoint()[2]);
|
||||
|
||||
getMainWindow()->statusBar()->showMessage(QString::fromAscii(buf),3000);
|
||||
getMainWindow()->showMessage(QString::fromAscii(buf),3000);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -602,7 +602,7 @@ SoFCSelection::handleEvent(SoHandleEventAction * action)
|
||||
,pp->getPoint()[1]
|
||||
,pp->getPoint()[2]);
|
||||
|
||||
getMainWindow()->statusBar()->showMessage(QString::fromAscii(buf),3000);
|
||||
getMainWindow()->showMessage(QString::fromAscii(buf),3000);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user