소스 검색

Possible fix for #60. Please test.

Neal Wilson 11 년 전
부모
커밋
23d04bd6ef
2개의 변경된 파일591개의 추가작업 그리고 585개의 파일을 삭제
  1. 587
    584
      src/typica.cpp
  2. 4
    1
      src/typica.w

+ 587
- 584
src/typica.cpp
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 4
- 1
src/typica.w 파일 보기

@@ -8217,7 +8217,10 @@ The first measurement is always added to each model.
8217 8217
 @<ZoomLog Implementation@>=
8218 8218
 void ZoomLog::newMeasurement(Measurement measure, int tempcolumn)
8219 8219
 {
8220
-	@<Synthesize measurements for slow hardware@>@;
8220
+	if(measure.time() != QTime(0, 0, 0, 0))
8221
+	{
8222
+		@<Synthesize measurements for slow hardware@>@;
8223
+	}
8221 8224
 	model_ms->newMeasurement(measure, tempcolumn);
8222 8225
 	if(lastMeasurement.contains(tempcolumn))
8223 8226
 	{

Loading…
취소
저장