Explorar o código

Make changing an ID refresh scripts too

Leonardo Jeanteur %!s(int64=4) %!d(string=hai) anos
pai
achega
e9cf566abe
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      hide/comp/cdb/Editor.hx

+ 3 - 0
hide/comp/cdb/Editor.hx

@@ -770,6 +770,9 @@ class Editor extends Component {
 					switch( c.column.type ){
 					case TRef(_):
 						c.refresh();
+					case TString:
+						if( c.column.kind == Script )
+							c.refresh();
 					default:
 					}
 				}