projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
minor fix to the constraints of the cancel button to improve its sizing under wxUniv
[wxWidgets.git]
/
src
/
mgl
/
bitmap.cpp
diff --git
a/src/mgl/bitmap.cpp
b/src/mgl/bitmap.cpp
index 12e0bbeac94ad34ac0778fab957e8dc79dae753c..039406b2f436dbfa57a0727e65d9df3ad9662335 100644
(file)
--- a/
src/mgl/bitmap.cpp
+++ b/
src/mgl/bitmap.cpp
@@
-281,7
+281,7
@@
bool wxBitmap::CreateFromXpm(const char **bits)
return TRUE;
}
-wxBitmap::wxBitmap(const wxImage& image, int depth
= -1
)
+wxBitmap::wxBitmap(const wxImage& image, int depth)
{
long width, height;