]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/PlatWX.cpp
Use a " " (space) for the menu item if an empty string is used for an item in a wxCho...
[wxWidgets.git] / src / stc / PlatWX.cpp
index 8f4abde6bdefd09de07bd5bb817d5c168a50ad9d..43c70db21561b60462b4938b4e5c2a2b36a3b91e 100644 (file)
@@ -385,7 +385,7 @@ void SurfaceImpl::AlphaRectangle(PRectangle rc, int cornerSize,
     dc.DrawRoundedRectangle(wxRectFromPRectangle(rc), cornerSize);
     return;
 #else
-    
+
 #ifdef wxHAS_RAW_BITMAP
 
     // TODO:  do something with cornerSize