]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/helpctrl.cpp
Remvoed a yield in HitTest because of undesirable consequences
[wxWidgets.git] / src / html / helpctrl.cpp
index 39245191477f7604c8b9f68664a7706945842abd..0d36aed6e4aa5fa8566dfea19ceda62e919442ea 100644 (file)
@@ -213,8 +213,9 @@ bool wxHtmlHelpController::DisplayTextPopup(const wxString& text, const wxPoint&
     }
 
     return FALSE;
     }
 
     return FALSE;
-#endif
+#else
     return FALSE;    
     return FALSE;    
+#endif
 }
 
 void wxHtmlHelpController::SetFrameParameters(const wxString& title,
 }
 
 void wxHtmlHelpController::SetFrameParameters(const wxString& title,