]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/radiobox.cpp
further resized icons to 16*15 (still patch 1151163)
[wxWidgets.git] / src / palmos / radiobox.cpp
index a9449d5594b15032122cac51f9fa535c67083788..a82b1e6f6f95a306e22ececab76ded7a6295a914 100644 (file)
@@ -254,6 +254,8 @@ void wxRadioBox::DoMoveWindow(int x, int y, int width, int height)
 {
     wxRect oldRect = GetRect();
 
+    m_pos.x = x;
+    m_pos.y = y;
     m_size.x = width;
     m_size.y = height;
 
@@ -292,7 +294,7 @@ void wxRadioBox::DoMoveWindow(int x, int y, int width, int height)
 // get the origin of the client area in the client coordinates
 wxPoint wxRadioBox::GetClientAreaOrigin() const
 {
-    return GetParent()->GetClientAreaOrigin() + GetPosition();
+    return GetPosition();
 }
 
 void wxRadioBox::SetString(int item, const wxString& label)