Skip to content

Commit

Permalink
Fix bug #72961
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyakovKirill committed Feb 3, 2025
1 parent 5c5f98a commit e41c1d9
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 e41c1d9

Please sign in to comment.