Add unit test for current point of wxGraphicsPath

Verify that last point is properly positioned after the operations
on wxGraphicsPath.

See #18111.
This commit is contained in:
Artur Wieczorek
2018-07-02 20:08:29 +02:00
parent 2ab430965c
commit fc53007ab4
11 changed files with 433 additions and 0 deletions

View File

@@ -418,6 +418,9 @@
<File
RelativePath=".\graphics\graphmatrix.cpp">
</File>
<File
RelativePath=".\graphics\graphpath.cpp">
</File>
<File
RelativePath=".\sizers\gridsizer.cpp">
</File>