]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/sizer.cpp
Add wxBitmap(NSImage*) ctor to wxOSX.
[wxWidgets.git] / src / common / sizer.cpp
index bcc5bad25b7c57f2804f2963aec91c8a30800707..5f4a0a6ad15b8bf6d790d0b239a15355604bbb8d 100644 (file)
@@ -2102,9 +2102,8 @@ void wxBoxSizer::RecalcSizes()
         minMajorSize += GetSizeInMajorDir(item->GetMinSizeWithBorder());
     }
 
-    // update our min size and delta which may have changed
+    // update our min size have changed
     SizeInMajorDir(m_minSize) = minMajorSize;
-    delta = totalMajorSize - minMajorSize;
 
 
     // space and sum of proportions for the remaining items, both may change