git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41865
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
if ( wxTheApp->GetLayoutDirection() == wxLayout_RightToLeft )
{
- // In RTL mode, we want the logical left x-coordinate,
+ // In RTL mode, we want the logical left x-coordinate,
// which would be the physical right x-coordinate.
point.x = rect.right;
}
bool wxWindowMSW::IsDoubleBuffered() const
{
- for ( const wxWindow *wnd = this;
+ for ( const wxWindowMSW *wnd = this;
wnd && !wnd->IsTopLevel(); wnd =
wnd->GetParent() )
{