Skip to content

Commit

Permalink
Merge pull request 'Fix bug #72961' (#215) from fix/bug-72961 into re…
Browse files Browse the repository at this point in the history
  • Loading branch information
K0R0L committed Feb 3, 2025
2 parents 5c5f98a + e41c1d9 commit fe208f5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,9 @@ namespace MetaFile

for (unsigned int unIndex = 0; unIndex < unPositionCount; ++unIndex)
m_oStream >> pEmfPlusBrush->arGradientColors[unIndex].first;

pEmfPlusBrush->oColor = pEmfPlusBrush->arGradientColors[unPositionCount - 1].first;
pEmfPlusBrush->oColorBack = pEmfPlusBrush->arGradientColors[0].first;
}
}

Expand Down

0 comments on commit fe208f5

Please sign in to comment.