projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use facename in wxFontRefData::Init() in Unicode build (part of patch 1671684)
[wxWidgets.git]
/
src
/
msw
/
bmpbuttn.cpp
diff --git
a/src/msw/bmpbuttn.cpp
b/src/msw/bmpbuttn.cpp
index d4848e4d5fc96c61c0c468beb60e624aae8b0e78..1d16f90dab43b14438fcbbbadf6fc8ac554205ac 100644
(file)
--- a/
src/msw/bmpbuttn.cpp
+++ b/
src/msw/bmpbuttn.cpp
@@
-184,7
+184,7
@@
bool wxBitmapButton::Create(wxWindow *parent, wxWindowID id,
SubclassWin(m_hWnd);
SetPosition(pos);
- Set
Best
Size(size);
+ Set
Initial
Size(size);
return true;
}