1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 14:53:21 +02:00

Fixed contour check

This commit is contained in:
Martin Tůma 2019-05-12 15:30:29 +02:00
parent e4085cc25a
commit a3d22dcd2a

View File

@ -822,7 +822,7 @@ const Style::Point &Style::point(quint32 type) const
bool Style::isContourLine(quint32 type)
{
return (type == TYPE(0x20) || type == TYPE(0x21) || type == TYPE(0x22)
|| type == TYPE(23) || type == TYPE(24) || type == TYPE(25));
|| type == TYPE(0x23) || type == TYPE(0x24) || type == TYPE(0x25));
}
#ifndef QT_NO_DEBUG