Skip to content

Commit

Permalink
Merge pull request OpenOrienteering#1911 from lpechacek/ocd-backround…
Browse files Browse the repository at this point in the history
…-map-dimming

OcdFileExport: Export OCD template opacity
  • Loading branch information
lpechacek authored Mar 15, 2021
2 parents 9e874fe + a1c31d9 commit 6cf02b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fileformats/ocd_file_export.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2778,6 +2778,7 @@ QString OcdFileExport::stringForTemplate(const Template& temp, const MapCoord& a
addWarning(::OpenOrienteering::OcdFileExport::tr("Cannot save custom positioning of template '%1'.")
.arg(temp.getTemplateFilename()));
}
out << "\td" << d;
}
else if (ocd_version >= 11)
{
Expand Down

0 comments on commit 6cf02b2

Please sign in to comment.