]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/stockitem.cpp
Correct cell alignment computation for too small column sizes.
[wxWidgets.git] / src / common / stockitem.cpp
index 28d720a0471c8d46ddb8b8784ab1b5611a74638b..9a02d8bf5845f071d2dacf0a9c0cbf768a8d41c4 100644 (file)
@@ -207,7 +207,7 @@ wxString wxGetStockLabel(wxWindowID id, long flags)
 
     // we assume that buttons use the same labels as menu items but unlike them
     // they should never use ellipsis
 
     // we assume that buttons use the same labels as menu items but unlike them
     // they should never use ellipsis
-    if ( flags & wxSTOCK_FOR_BUTTON )
+    if ( (flags & wxSTOCK_FOR_BUTTON) == wxSTOCK_FOR_BUTTON )
     {
         wxString baseLabel;
         if ( stockLabel.EndsWith("...", &baseLabel) )
     {
         wxString baseLabel;
         if ( stockLabel.EndsWith("...", &baseLabel) )