From: Václav Slavík Date: Sun, 1 Jun 2003 23:17:08 +0000 (+0000) Subject: attempt to fix first click problem X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/73bab6b44da953b35b902c9f3199582e4e76d89b?ds=sidebyside attempt to fix first click problem git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/html/htmlwin.cpp b/src/html/htmlwin.cpp index 653eec918d..5986277c0a 100644 --- a/src/html/htmlwin.cpp +++ b/src/html/htmlwin.cpp @@ -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 {