]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/platinfo.cpp
Have wxComboCtrl honour any custom foreground and background colour.
[wxWidgets.git] / src / common / platinfo.cpp
index a1baeb101731475bdd36be2f3cf3a1bf775debdc..aab51c2298a839b58e0c743dc2b79b68472e6abe 100644 (file)
@@ -192,7 +192,7 @@ void wxPlatformInfo::InitForCurrentPlatform()
     m_osDesc = wxGetOsDescription();
     m_endian = wxIsPlatformLittleEndian() ? wxENDIAN_LITTLE : wxENDIAN_BIG;
     m_arch = wxIsPlatform64Bit() ? wxARCH_64 : wxARCH_32;
-    
+
 #ifdef __LINUX__
     m_ldi = wxGetLinuxDistributionInfo();
 #endif