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
bitmap.cpp Add test case for wxGraphicsContext DrawBitmap 2020-03-11 20:00:09 +01:00
boundingbox.cpp
clippingbox.cpp
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
graphpath.cpp
measuring.cpp Return non-zero height from GetMultiLineTextExtent("") in wxMSW 2020-07-15 02:10:49 +02:00