Apparently broken bitmask operation
Change-Id: Id4dfa3d4676b50a86fd6044d501de15b122bb7f1
This commit is contained in:
@@ -1821,7 +1821,7 @@ namespace cppcanvas
|
|||||||
|
|
||||||
rMF >> points;
|
rMF >> points;
|
||||||
|
|
||||||
SAL_INFO("cppcanvas.emf", "EMF+ DrawLines in slot: " << (flags && 0xff) << " points: " << points);
|
SAL_INFO("cppcanvas.emf", "EMF+ DrawLines in slot: " << (flags & 0xff) << " points: " << points);
|
||||||
|
|
||||||
EMFPPath path (points, true);
|
EMFPPath path (points, true);
|
||||||
path.Read (rMF, flags, *this);
|
path.Read (rMF, flags, *this);
|
||||||
|
Reference in New Issue
Block a user