]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/winpars.cpp
Added check to allow multiple selection by dragging only if property under mouse...
[wxWidgets.git] / src / html / winpars.cpp
index ac32fb27bf03a7f0da2c153154624adaeee0d010..cb07b1d0be345bc19853fcf03ea13f501a2f78f0 100644 (file)
@@ -202,7 +202,7 @@ void wxHtmlWinParser::InitParser(const wxString& source)
     m_FontBold = m_FontItalic = m_FontUnderlined = m_FontFixed = FALSE;
     m_FontSize = 3; //default one
     CreateCurrentFont();           // we're selecting default font into
-    
+
     // we're not using GetCharWidth/Height() because of
     // differences under X and win
     wxCoord w,h;