]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/font.cpp
added spinctrl to be ignored when clicked (otherwise its siblings on the same window...
[wxWidgets.git] / src / mac / carbon / font.cpp
index ab906cad670ebc795f1f203b7454e501793c052f..d30015eaf9e533df8061bf055a112e549ad5d9b6 100644 (file)
@@ -54,9 +54,9 @@ void wxFontRefData::Init(int pointSize,
     m_faceName = faceName;
     m_encoding = encoding;
 
-       m_macFontNum = 0 ;
-       m_macFontSize = 0;
-       m_macFontStyle = 0;
+    m_macFontNum = 0 ;
+    m_macFontSize = 0;
+    m_macFontStyle = 0;
     m_fontId = 0;
 }