Browse Source

Fix typography

Neal Wilson 10 years ago
parent
commit
d6cc6456e6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/typica.w

+ 1
- 1
src/typica.w View File

@@ -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…
Cancel
Save