From 73bab6b44da953b35b902c9f3199582e4e76d89b Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 1 Jun 2003 23:17:08 +0000 Subject: [PATCH] attempt to fix first click problem git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/html/htmlwin.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 { -- 2.50.0