Преглед изворни кода

bugfix when creating/deleting root file/dir

Nicolas Cannasse пре 6 година
родитељ
комит
fd0420aa87
1 измењених фајлова са 3 додато и 0 уклоњено
  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;