]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/cocoa/gauge.mm
Add borders if none specified
[wxWidgets.git] / src / osx / cocoa / gauge.mm
index 79762b554032ba0a057e5a31c7ee28648f55df6c..c9742ac478c389389444437a4b69eeb75054223f 100644 (file)
@@ -75,7 +75,7 @@ public :
     void GetLayoutInset(int &left , int &top , int &right, int &bottom) const
     {
         left = top = right = bottom = 0;
-        NSControlSize size = size = [(wxNSProgressIndicator*)m_osxView controlSize];
+        NSControlSize size = [(wxNSProgressIndicator*)m_osxView controlSize];
 
         switch( size )
         {