diff options
Diffstat (limited to 'wx+/rtl.h')
-rw-r--r-- | wx+/rtl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ wxImage mirrorIfRtl(const wxImage& img); //---------------------- implementation ------------------------ namespace impl { -//don't use wxDC::DrawLabel: +//don't use wxDC::DrawLabel: // - expensive GetTextExtent() call even when passing an empty string!!! // - 1-off alignment bugs! inline |