projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
1. made ScrollLines/Pages return bool indicating if we scrolled till the
[wxWidgets.git]
/
src
/
mac
/
toolbar.cpp
diff --git
a/src/mac/toolbar.cpp
b/src/mac/toolbar.cpp
index df820b8cb904144ff294af1948f63dd600741069..af7b209f370b127b226a94a7d29d7ffe8c82ede6 100644
(file)
--- a/
src/mac/toolbar.cpp
+++ b/
src/mac/toolbar.cpp
@@
-388,7
+388,7
@@
bool wxToolBar::Realize()
void wxToolBar::SetToolBitmapSize(const wxSize& size)
{
- m_defaultWidth = size.x+
2; m_defaultHeight = size.y+2
;
+ m_defaultWidth = size.x+
4; m_defaultHeight = size.y+4
;
}
// The button size is bigger than the bitmap size