+ fix isometric view
+ fix bug in PropertyFileIncluded with empty string + fix little German translation issue git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5204 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
@@ -84,7 +84,7 @@ std::string PropertyFileIncluded::getExchangeTempFile(void) const
|
||||
|
||||
void PropertyFileIncluded::setValue(const char* sFile, const char* sName)
|
||||
{
|
||||
if (sFile) {
|
||||
if (sFile && sFile[0] != '\0') {
|
||||
if (_cValue == sFile)
|
||||
throw Base::Exception("Not possible to set the same file!");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user