Avoid 1px gaps between consecutive underlined words in wxHTML
At least when using standard fonts under MSW, the underlines under the consecutive words didn't overlap, resulting in ugly gaps between them when using more than one word as the link text, for example. Work around this by drawing an extra, slightly offset, underlined space when the previous cell was drawn underlined.
This commit is contained in:
@@ -103,6 +103,7 @@ All (GUI):
|
||||
- XRC handler for wxAuiToolBar added (Kinaou Hervé, David Hart).
|
||||
- Improve wxLIST_AUTOSIZE_XXX support in generic wxListCtrl (Kinaou Hervé).
|
||||
- Support "color", "size" and "font" CSS for fonts in wxHTML (Kinaou Hervé).
|
||||
- Fix one pixel gaps between consecutive underlined words in wxHTML.
|
||||
- Add wxCursor::GetHotSpot().
|
||||
- Add wxFD_NO_FOLLOW style for wxFileDialog (Luca Bacci).
|
||||
- Add support for embedding bitmaps in generated SVG in wxSVGFileDC (iwbnwif).
|
||||
|
Reference in New Issue
Block a user