Explorar el Código

Fast profile loading in View Target Roast Profiles

Neal Wilson hace 6 años
padre
commit
a1a1dcd5aa
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      config/Windows/profilehistory.xml

+ 4
- 0
config/Windows/profilehistory.xml Ver fichero

@@ -88,7 +88,11 @@
88 88
 						log.newAnnotation(annotation, i, nc);
89 89
 					}
90 90
 				});
91
+				graph.updatesEnabled = false;
92
+				log.updatesEnabled = false;
91 93
 				input.input();
94
+				log.updatesEnabled = true;
95
+				graph.updatesEnabled = true;
92 96
 			}
93 97
 			query = query.invalidate();
94 98
 		};

Loading…
Cancelar
Guardar