fixed misbehaving selection on some words

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-06-15 22:40:12 +00:00
parent 29865cc3b9
commit 748418c02b

View File

@@ -953,6 +953,9 @@ void wxHtmlWindow::OnIdle(wxIdleEvent& WXUNUSED(event))
m_tmpSelFromPos.y == y && m_tmpSelFromPos.x < x; m_tmpSelFromPos.y == y && m_tmpSelFromPos.x < x;
if ( !m_tmpSelFromCell ) if ( !m_tmpSelFromCell )
m_tmpSelFromCell = m_Cell->FindCellByPos(
m_tmpSelFromPos.x,m_tmpSelFromPos.y);
if ( /*still*/ !m_tmpSelFromCell )
{ {
if (goingDown) if (goingDown)
{ {