Make Get[MultiLine]TextExtent() behave consistently for empty strings on all platforms, in particular return (0, 0) size for them from GetTextExtent() in wxGTK, which is an incompatible change but is needed to make it behave in the same way as the others. See https://github.com/wxWidgets/wxWidgets/pull/1970