git-gui icon indicating copy to clipboard operation
git-gui copied to clipboard

Remember the state of popped up menus

Open prati0100 opened this issue 6 years ago • 3 comments
trafficstars

Menus can be popped out by using the "line" at the top of every menu item under the top menu bar. It would be nice to remember where they were propped up when git-gui is closed, and their state restored when it is re-started.

Also consider adding an option to disable this behaviour in case some people don't like it.

prati0100 avatar Oct 24 '19 21:10 prati0100

Menus can be popped out by using the "line" at the top of every menu item under the top menu bar.

I didn't even know that this was a feature / available. Something for the man page ;-)

PhilipOakley avatar Oct 27 '19 22:10 PhilipOakley

Yep, I just discovered this when messing around. AFAIK, this is provided by Tk, and we don't do anything special for it. It can be turned on/off via the -tearoff option.

Something for the man page indeed.

prati0100 avatar Oct 27 '19 22:10 prati0100

glad to see it wasn't just me..

PhilipOakley avatar Oct 28 '19 14:10 PhilipOakley