]> git.saurik.com Git - wxWidgets.git/blobdiff - user/wxLayout/wxlwindow.cpp
background bitmap test added, other minor fixes
[wxWidgets.git] / user / wxLayout / wxlwindow.cpp
index 16d4d0d5f39a12110001266f0e31811e3554df8b..47ab65bdf4cf42fc776e5f21fed3cf84d9c212ea 100644 (file)
@@ -558,7 +558,7 @@ wxLayoutWindow::ScrollToCursor(void)
    // Make sure that the scrollbars are at a position so that the cursor is
    // visible if we are editing
    WXLO_DEBUG(("m_ScrollToCursor = %d", (int) m_ScrollToCursor));
-   wxPoint cc = m_llist->GetCursorScreenPos(*m_memDC);
+   wxPoint cc = m_llist->GetCursorScreenPos(dc);
 
    // the cursor should be completely visible in both directions
    wxPoint cs(m_llist->GetCursorSize());