[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] 'Illustration' menu commands collide with accelerators
From: |
Greg Chicares |
Subject: |
Re: [lmi] 'Illustration' menu commands collide with accelerators |
Date: |
Wed, 31 Dec 2008 19:07:33 +0000 |
User-agent: |
Thunderbird 2.0.0.18 (Windows/20081105) |
On 2008-12-31 17:29Z, Wendy Boutin wrote:
> Try this:
> Alt | F | N | I | OK | Alt-I
>
> The last two menu commands collide with their keyboard
> accelerators, which truncates the menu command characters.
> For example, it's this:
> Copy calculation summarCtrl-C [half of the 'r' is cut off]
I guess it's independent of screen resolution, because that's
exactly what I see, and I know you use a different resolution.
> instead of
> Copy calculation summary Ctrl-C
> No other menu items are like this, however the first of
> two removed here:
> http://cvs.savannah.gnu.org/viewvc/lmi/menus.xrc?root=lmi&r1=1.46&r2=1.47
> had a similar problem, so it seems that this has been a
> longstanding "regression" error. I say regression because
> it exists in the '20080125T1921Z' release, but it's correct
> in the '20071224T1640Z' release. It appears there were no
> significant differences in 'menus.xrc' between those two
> dates. However, we upgraded from wx-2.7 to wx-2.8 in the
> January release, so this might be a regression error in
> wx.
If what we released at that time was exactly what's tagged as
'lmi-20080125T1921Z', *and* we built wx using the lmi makefiles
at that time, then (and only then) I'd say the behavior changed
between wx-2.8.6 and the wx-2.8.9 we're using today:
http://cvs.savannah.gnu.org/viewvc/lmi/lmi/install_wx.make?r1=1.6&r2=1.7&diff_format=u
...
-wx_version := 2.8.6
+wx_version := 2.8.7
But I tend to doubt that. OTOH, when you say:
> dates. However, we upgraded from wx-2.7 to wx-2.8 in the
I guess you're reading the version number from the name of the
wx dll, e.g., 'wxmsw270_gcc_342.dll', which might be from an
older 'wx-cvs-All-2006-06-05.tar.bz2' snapshot. That seems more
likely: IIRC, it wasn't until about 2008-02 that we kept the wx
library that we distribute synchronized with 'install_wx.make'.