wxWidgets/tests/graphics
Vadim Zeitlin 30726437c0 Fix the result width check in the ellipsization unit test
When processing mnemonics, the resulting string should still contain
them and they need to be stripped before measuring its width, but the
code didn't do it.

This didn't prevent the tests from passing, but only due to another bug
in ellipsization code itself, which lost the mnemonics completely. As
this bug is about to be fixed, the test needs to take mnemonics into
account properly now.
2019-06-20 01:46:28 +02:00
..
affinematrix.cpp Fix some build warnings 2018-11-25 21:29:38 +01:00
bitmap.cpp Fix wxBitmap::GetRawData() in wxQt 2018-12-13 15:24:54 +01:00
boundingbox.cpp
clippingbox.cpp Fix some build warnings 2018-11-25 21:29:38 +01:00
colour.cpp Add wxColour::GetLuminance() 2019-04-21 02:09:42 +02:00
ellipsization.cpp Fix the result width check in the ellipsization unit test 2019-06-20 01:46:28 +02:00
graphmatrix.cpp
graphpath.cpp Remove unused variable in graphpath test 2018-07-29 16:29:36 +02:00
measuring.cpp