projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add missing sample stc
[wxWidgets.git]
/
src
/
msw
/
statbmp.cpp
diff --git
a/src/msw/statbmp.cpp
b/src/msw/statbmp.cpp
index 26a32bf03b6a2ff351329f10fd539b73d8b2a7c0..cd03008f89e66d50df44c2d1c863af9ed8b4644f 100644
(file)
--- a/
src/msw/statbmp.cpp
+++ b/
src/msw/statbmp.cpp
@@
-166,7
+166,7
@@
bool wxStaticBitmap::Create(wxWindow *parent,
SetImageNoCopy(image);
// GetBestSize will work properly now, so set the best size if needed
- Set
Best
Size(size);
+ Set
Initial
Size(size);
return true;
}