소스 검색

Fix typography

Neal Wilson 11 년 전
부모
커밋
d6cc6456e6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/typica.w

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

@@ -11085,7 +11085,7 @@ foreach(int c, temperatureColumns.keys())@/
11085 11085
 		xmlout.writeAttribute("series", temperatureColumns.value(c));
11086 11086
 		if(data->data(data->index(i, c), Qt::UserRole).toMap().contains("relative"))
11087 11087
 		{
11088
-			if(data->data(data->index(i, c), Qt::UserRole).toMap().value("relative").toBool() == true)
11088
+			if(data->data(data->index(i, c), Qt::UserRole).toMap().value("relative").toBool())
11089 11089
 			{
11090 11090
 				xmlout.writeAttribute("relative", "true");
11091 11091
 			}

Loading…
취소
저장