Ver código fonte

Fixed typo that caused a bug.

David Piuva 5 anos atrás
pai
commit
83f42db571
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Source/DFPSR/api/guiAPI.cpp

+ 1 - 1
Source/DFPSR/api/guiAPI.cpp

@@ -225,7 +225,7 @@ String dsr::component_getProperty(const Component& component, const ReadableStri
 		}
 		}
 		return U"";
 		return U"";
 	} else {
 	} else {
-		return component->toString();
+		return target->toString();
 	}
 	}
 }
 }