]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tglbtn.cpp
Applied patch [ 1374215 ] Bug fix to wxSpinCtrl for Windows
[wxWidgets.git] / src / msw / tglbtn.cpp
index 6b91280e856ac18738c99954fad26fba785306fe..55368ab31c653684c5c48756a5e33cbe04d7239f 100644 (file)
@@ -12,7 +12,7 @@
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
-// declatations
+// declarations
 // ============================================================================
 
 // ----------------------------------------------------------------------------
@@ -135,6 +135,7 @@ wxSize wxToggleButton::DoGetBestSize() const
    wxSize sz(wBtn, hBtn);
 #endif
 
+   CacheBestSize(sz);
    return sz;
 }