emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 03c9257b11: * src/haiku_support.cc (Highlight): Send events if !h


From: Po Lu
Subject: master 03c9257b11: * src/haiku_support.cc (Highlight): Send events if !highlight_p.
Date: Tue, 25 Jan 2022 05:22:51 -0500 (EST)

branch: master
commit 03c9257b119637703482e00816d054320b81f214
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    * src/haiku_support.cc (Highlight): Send events if !highlight_p.
---
 src/haiku_support.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/haiku_support.cc b/src/haiku_support.cc
index 23f7472e3f..af30bc8b3c 100644
--- a/src/haiku_support.cc
+++ b/src/haiku_support.cc
@@ -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);
       }
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]