]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tglbtn.cpp
fixes for s.Printf(s) crashes
[wxWidgets.git] / src / msw / tglbtn.cpp
index eb3ba7f2f3507be1646b1a90d25f23fd559c0c02..c3f1af62bc7471b2f3bd0fd54cc0d0a9408d6035 100644 (file)
@@ -8,7 +8,7 @@
 // Created:     08.02.01
 // RCS-ID:      $Id$
 // Copyright:   (c) 2000 Johnny C. Norris II
-// License:     Rocketeer license
+// License:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -135,6 +135,7 @@ wxSize wxToggleButton::DoGetBestSize() const
    wxSize sz(wBtn, hBtn);
 #endif
 
+   CacheBestSize(sz);
    return sz;
 }