projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
exposing control key combinations as before, fixing unicodekey casing
[wxWidgets.git]
/
samples
/
image
/
image.cpp
diff --git
a/samples/image/image.cpp
b/samples/image/image.cpp
index 9ba854ebe6605bb3075678f4f2206793dc216dfd..7fa96375616b914f52a072c63af1ebe8f2903671 100644
(file)
--- a/
samples/image/image.cpp
+++ b/
samples/image/image.cpp
@@
-407,7
+407,7
@@
private:
wxImage img(m_bitmap.ConvertToImage());
img = img.Rotate(angle, wxPoint(img.GetWidth() / 2, img.GetHeight() / 2));
- if ( !img.Ok() )
+ if ( !img.
Is
Ok() )
{
wxLogWarning(wxT("Rotation failed"));
return;