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

@@ -2081,7 +2081,7 @@ SoPath * View3DInventorViewer::pickFilterCB(void *viewer, const SoPickedPoint *
,pp->getPoint()[1]
,pp->getPoint()[2]);
getMainWindow()->statusBar()->showMessage(QString::fromAscii(buf),3000);
getMainWindow()->showMessage(QString::fromAscii(buf),3000);
}
return pp->getPath();
}