wxWidgets/tests/graphics
Artur Wieczorek 9bf97bd607 Use wxMemoryDC with selected wxBitmap to create wxGraphicsContext in the graphics test.
If there is no wxBitmap selected into wxMemoryDC which is passed to wxGraphicsContext then there is raised an assertion warning (harmless in this context but caught and reported by CppUnit). To suppress this message we need to select any bitmap into wxMemoryDC prior to creating a wxGraphicsContext.
2016-06-29 21:01:53 +02:00
..
affinematrix.cpp Use wxMemoryDC with selected wxBitmap to create wxGraphicsContext in the graphics test. 2016-06-29 21:01:53 +02:00
bitmap.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
boundingbox.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
clippingbox.cpp Added new tests to check clipping box calculations for wxDC and wxGCDC. 2016-06-29 21:01:36 +02:00
colour.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
ellipsization.cpp Fix ellipsization unit test when using pixel scaling 2016-02-26 15:09:39 +01:00
measuring.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00