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