]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/haiku_support.cc (Highlight): Send events if !highlight_p.
authorPo Lu <luangruo@yahoo.com>
Tue, 25 Jan 2022 10:18:35 +0000 (10:18 +0000)
committerPo Lu <luangruo@yahoo.com>
Tue, 25 Jan 2022 10:18:35 +0000 (10:18 +0000)
src/haiku_support.cc

index 23f7472e3fff5e908468e5210bf25474d20cf7bd..af30bc8b3cb412d4864f8bc8a1d371201507ac3f 100644 (file)
@@ -1650,7 +1650,7 @@ public:
        r = Frame ();
        menu->GetMouse (&pt, &buttons);
 
-       if (r.Contains (pt))
+       if (!highlight_p || r.Contains (pt))
          haiku_write (MENU_BAR_HELP_EVENT, &rq);
       }