Fix popdown of menus on help click
authorH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 10 Mar 2016 09:41:07 +0000 (10:41 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 10 Mar 2016 09:41:07 +0000 (10:41 +0100)
commit71fc940b34352bbc4cf5dd86ef91cfe6b94bf7ad
tree111e5071bc0d9c1b767b416a430da8f60f254fa4
parent960cb2c18e20efe428653f8832e488aac93a6603
Fix popdown of menus on help click

Because menus by default also react to button3 clicks, using those
clicks for help popup needs to suppress the default action. But this
action was also reponsible for the popdown of the menu, so that it
stayed up, covering the help dialog. Now we do allow the default action,
but flag to the generic menu handler that it should not execute the
menu function.
dialogs.h
gtk/xoptions.c