2
0
Эх сурвалжийг харах

fixed objID in properties view

Nicolas Cannasse 6 сар өмнө
parent
commit
026a6fd843
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      hide/comp/cdb/Line.hx

+ 2 - 0
hide/comp/cdb/Line.hx

@@ -21,6 +21,8 @@ class Line extends Component {
 
 
 	public function getId(): String {
+		var columns = table.displayMode == Table ? columns : table.sheet.columns;
+		var obj = obj;
 		for( c in columns ) {
 			if( c.type == TId )
 				return Reflect.field(obj, c.name);