瀏覽代碼

Fast profile loading in View Target Roast Profiles

Neal Wilson 7 年之前
父節點
當前提交
a1a1dcd5aa
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. 4
    0
      config/Windows/profilehistory.xml

+ 4
- 0
config/Windows/profilehistory.xml 查看文件

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

Loading…
取消
儲存