Просмотр исходного кода

MemProfiler: fix manually select dump not working

Yuxiao Mao 3 месяцев назад
Родитель
Сommit
ac6dd9bf72
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      hide/view/MemProfiler.hx

+ 1 - 1
hide/view/MemProfiler.hx

@@ -93,7 +93,7 @@ class MemProfiler extends hide.ui.View<{}> {
 			}
 
 			dumpSelect.onChange = function() {
-				dumpPaths = [];
+				@:bypassAccessor dumpPaths = [];
 				for (fs in fileSelects) {
 					if (fs.path != null && fs.path != "")
 						dumpPaths.push(Ide.inst.getPath(fs.path));