]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/ownerdrw.cpp
Added wxComboCtrl::SetHint(), GetHint()
[wxWidgets.git] / src / os2 / ownerdrw.cpp
index 8f7d425b094be7972847ae7dd94ab654a4205d04..04cec30e3011b6d75dfd199282ed50874d9cec10 100644 (file)
@@ -156,7 +156,7 @@ bool wxOwnerDrawn::OnMeasureItem( size_t* pWidth,
     // Make sure that this item is at least as
     // tall as the user's system settings specify
     //
-    const size_t heightStd = 6;                 // FIXME: get value from the system
+    const size_t heightStd = 6; // FIXME: get value from the system
     if ( *pHeight < heightStd )
       *pHeight = heightStd;
     m_nHeight = *pHeight;                // remember height for use in OnDrawItem