mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Fixed render order
This commit is contained in:
parent
4cfb967e39
commit
a05098f502
@ -20,6 +20,7 @@ static QMap<uint,uint> orderMapInit()
|
||||
{
|
||||
QMap<uint,uint> map;
|
||||
|
||||
map.insert(TYPE(CGUSTA), 0);
|
||||
map.insert(SUBTYPE(BUAARE, 1), 1);
|
||||
map.insert(SUBTYPE(BUAARE, 5), 2);
|
||||
map.insert(SUBTYPE(BUAARE, 4), 3);
|
||||
|
Loading…
Reference in New Issue
Block a user