#if wxMAC_EDGE_TO_EDGE
otherMargin = 0;
#else
- otherMargin = 20;
+// otherMargin = 20;
+ // JACS - this seems fine on 10.3; 20 is way too much
+ otherMargin = 8;
#endif
}
else
SetControlData( (ControlHandle) m_macControl, ii+1,kControlTabImageContentTag,
sizeof( info ), (Ptr)&info );
wxASSERT_MSG( err == noErr , wxT("Error when setting icon on tab") ) ;
- if ( UMAGetSystemVersion() <= 0x1030 )
+ if ( UMAGetSystemVersion() < 0x1030 )
{
UnregisterIconRef( 'WXNG' , (OSType) 1 ) ;
}