]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmlwin.cpp
Use more clear names for variables in wxHtmlSelection code.
[wxWidgets.git] / src / html / htmlwin.cpp
index 1eefb4b3cbe20d0c69d2c0000d6d3d056f90eb5e..2ed020e48e681844b6389d9604f74d7c1eb91ab0 100644 (file)
@@ -1214,7 +1214,7 @@ void wxHtmlWindow::OnSize(wxSizeEvent& event)
     {
         m_selection->Set(m_selection->GetFromCell(),
                          m_selection->GetToCell());
-        m_selection->ClearPrivPos();
+        m_selection->ClearFromToCharacterPos();
     }
 
     Refresh();
@@ -1415,7 +1415,7 @@ void wxHtmlWindow::OnInternalIdle()
                         m_selection->Set(wxPoint(x,y), selcell,
                                          m_tmpSelFromPos, m_tmpSelFromCell);
                     }
-                    m_selection->ClearPrivPos();
+                    m_selection->ClearFromToCharacterPos();
                     Refresh();
                 }
             }