projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
cleanup
[wxWidgets.git]
/
src
/
common
/
tbarbase.cpp
diff --git
a/src/common/tbarbase.cpp
b/src/common/tbarbase.cpp
index 40a01e7b2ae93252a5940fe5196955792f45c6af..f6bc3617dc9c3fbb768680244ceba31cdeba288a 100644
(file)
--- a/
src/common/tbarbase.cpp
+++ b/
src/common/tbarbase.cpp
@@
-454,8
+454,7
@@
bool wxToolBarBase::Realize()
if ( m_tools.empty() )
return false;
if ( m_tools.empty() )
return false;
- // make sure tool size is larger enough for all all bitmaps to fit in
- // (this is consistent with what other ports do):
+ // make sure tool size is large enough for all bitmaps to fit in
AdjustToolBitmapSize();
return true;
AdjustToolBitmapSize();
return true;