projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
adapting to new m_font handling in base (it's not always valid, so use GetFont())
[wxWidgets.git]
/
src
/
mac
/
carbon
/
tabctrl.cpp
diff --git
a/src/mac/carbon/tabctrl.cpp
b/src/mac/carbon/tabctrl.cpp
index cad5bab4e01146cfaee5179426191945726c8199..bd557b762d77ef0bc1aaa4c3d8a716a4d566cec4 100644
(file)
--- a/
src/mac/carbon/tabctrl.cpp
+++ b/
src/mac/carbon/tabctrl.cpp
@@
-56,10
+56,7
@@
bool wxTabCtrl::Create( wxWindow *parent,
tabsize = kControlTabSizeSmall ;
else if ( GetWindowVariant() == wxWINDOW_VARIANT_MINI )
{
- if (UMAGetSystemVersion() >= 0x1030 )
- tabsize = 3 ;
- else
- tabsize = kControlSizeSmall;
+ tabsize = 3 ;
}
m_peer = new wxMacControl( this );