]> 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 13b00c1490b7ec1705a907ab231c768eab571e3d..0d36aed6e4aa5fa8566dfea19ceda62e919442ea 100644 (file)
@@ -212,8 +212,10 @@ bool wxHtmlHelpController::DisplayTextPopup(const wxString& text, const wxPoint&
         return TRUE;
     }
 
-#endif
     return FALSE;
+#else
+    return FALSE;    
+#endif
 }
 
 void wxHtmlHelpController::SetFrameParameters(const wxString& title,