mirror of
https://github.com/riuson/lcd-image-converter.git
synced 2026-03-19 06:27:06 +01:00
Fixed tag 'ScanDirection' value in parser
This commit is contained in:
@@ -329,7 +329,7 @@ void Parser::addMatrixInfo(Tags &tags) const
|
||||
}
|
||||
|
||||
// scan sub direction
|
||||
if (this->mPreset->prepare()->scanSub())
|
||||
if (this->mPreset->prepare()->scanSub() == Forward)
|
||||
tags.setTagValue(Tags::PrepareScanSub, "forward");
|
||||
else
|
||||
tags.setTagValue(Tags::PrepareScanSub, "backward");
|
||||
|
||||
Reference in New Issue
Block a user