Selaa lähdekoodia

MemProfiler: fix manually select dump not working

Yuxiao Mao 3 kuukautta sitten
vanhempi
commit
ac6dd9bf72
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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));