<div class="gmail_quote">2012/1/31 Jon Foster <span dir="ltr"><<a href="mailto:jon-lists@jfpossibilities.com">jon-lists@jfpossibilities.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I just upgraded to Lazarus 0.9.30.2. I love what's been done with the<br>
"build modes". Although being forced to upgrade FPC is always scary.<br>
I've had a track record with it breaking things. So far no down sides yet.<br>
<br>
Anyhow... I'm not sure if this is new to this version or I just noticed<br>
it. But when using a menu's ShortCut key the "OnClick" event gets called<br>
twice. I can click the menu item with the mouse and it only fires once.<br>
I put a "WriteLn('OnClick')" in the code and watched it run from a<br>
terminal window and sure enough mouse clicks get one message and<br>
ShortCuts get two.<br>
<br>
I'm running with the Debian packages of FPC provided with this version<br>
of Lazarus on an i386 Linux install.<br></blockquote></div><br>It is fixed in trunk. See:<br><br>20115: MenuItem OnClick Event called twice using keyboard shortcut<br><a href="http://bugs.freepascal.org/view.php?id=20115">http://bugs.freepascal.org/view.php?id=20115</a><br>
<br>I doubt there will be another maintenance release for 0.9.30.x. Maintainers (including me) are busy and the energy goes to the next 0.99 release.<br>You can however try Lazarus trunk which has many more improvements. It is easy to install once you have FPC 2.4.4 or 2.6.0 installed.<br>
<br>Juha<br><br>