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

MemProfiler: fix manually select dump not working

Yuxiao Mao пре 3 месеци
родитељ
комит
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));