[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: PCB lib.
- To: geda-user@seul.org
- Subject: Re: gEDA-user: PCB lib.
- From: DJ Delorie <dj@delorie.com>
- Date: Thu, 1 Jul 2004 00:01:51 -0400
- Delivered-to: archiver@seul.org
- Delivered-to: geda-user-outgoing@seul.org
- Delivered-to: geda-user@seul.org
- Delivery-date: Thu, 01 Jul 2004 00:03:27 -0400
- In-reply-to: <40E3801B.1000609@lucubration.com> (message from Chad Robinson onWed, 30 Jun 2004 23:08:11 -0400)
- References: <20040701025515.705D833D8C@moria.seul.org> <40E3801B.1000609@lucubration.com>
- Reply-to: geda-user@seul.org
- Sender: owner-geda-user@seul.org
> If I could make just one recommendation on the PCB side it would be
> to have the context menu disappear when you click away from it. It
> becomes instinctive when you're used to other products, but the only
> way I've found to get it to go away in PCB is to click an entry in
> it. "Unselect" is pretty innocuous although it may not always be
> what you want to do, but in any case it's pretty clumsy.
You can click on the title, which makes the menu go away but doesn't
do anything.
> Is it a hard fix? I looked around but didn't see where to change it.
> I'm not too comfortable with GTK or straight X; my main experience
> is in Qt, so I'm a litle lost there.
I suspect that what's needed is to add a pointer grab when the menu is
popped up. Everyone else does that, we don't.