]> git.saurik.com Git - wxWidgets.git/commitdiff
attempt to fix first click problem
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 1 Jun 2003 23:17:08 +0000 (23:17 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 1 Jun 2003 23:17:08 +0000 (23:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/htmlwin.cpp

index 653eec918d391cfea242c77eac536232f42b66da..5986277c0a928365da79928c35b4c5d203e53682 100644 (file)
@@ -771,8 +771,10 @@ void wxHtmlWindow::OnIdle(wxIdleEvent& WXUNUSED(event))
                 {
                     m_tmpSelFromCell = m_Cell->FindCellByPos(x, y,
                                                  wxHTML_FIND_NEAREST_BEFORE);
+#if 0 // FIXME -- needed or not?
                     if (!m_tmpSelFromCell)
                         m_tmpSelFromCell = m_Cell->GetFirstTerminal();
+#endif
                 }
                 else
                 {