wxWidgets/tests/graphics
Vadim Zeitlin d57c688d89 Return non-zero height from GetMultiLineTextExtent("") in wxMSW
This restores the previous behaviour inadvertently changed by bfeae1922d
(Minor optimizations in GetMultiLineTextExtent(), 2020-06-10) and makes
it official by documenting it and adding tests checking for it.

It wasn't completely obviously if this was intentional or accidental
before, but at least wxStaticText itself relied on the old behaviour,
and chances are that so did some code outside the library, so make this
part of the API now.

See #18825.
2020-07-15 02:10:49 +02:00
..
affinematrix.cpp Fix some build warnings 2018-11-25 21:29:38 +01:00
bitmap.cpp Add test case for wxGraphicsContext DrawBitmap 2020-03-11 20:00:09 +01:00
boundingbox.cpp Add wxOVERRIDE to test files 2018-07-29 12:08:53 +02:00
clippingbox.cpp Fix some build warnings 2018-11-25 21:29:38 +01:00
colour.cpp Return empty string from wxColour::GetAsString() if it's invalid 2020-07-11 14:31:54 +02:00
ellipsization.cpp Remove unnecessary and unused EllipsizationTestCase class 2019-11-13 18:25:42 +01:00
graphmatrix.cpp Add test suite to check wxGraphicsMatrix operations 2016-09-18 23:09:44 +02:00
graphpath.cpp Remove unused variable in graphpath test 2018-07-29 16:29:36 +02:00
measuring.cpp Return non-zero height from GetMultiLineTextExtent("") in wxMSW 2020-07-15 02:10:49 +02:00