Explorar o código

bugfix when creating/deleting root file/dir

Nicolas Cannasse %!s(int64=6) %!d(string=hai) anos
pai
achega
fd0420aa87
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      hide/view/FileTree.hx

+ 3 - 0
hide/view/FileTree.hx

@@ -62,6 +62,9 @@ class FileTree extends FileView {
 		return super.getTitle();
 	}
 
+	override function onFileChanged(wasDeleted:Bool, rebuildView:Bool = true) {
+	}
+
 	override function onDisplay() {
 
 		if( state.path == null ) return;