author | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 22 Jan 2007 23:31:12 +0000 (18:31 -0500) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Tue, 23 Jan 2007 06:48:50 +0000 (01:48 -0500) | ||
commit | 75e78c8a1bb273461c14a5b37f9b06215f502e67 | |
tree | 293a67668e56ce1a7f00745931fd7cb20ca4e297 | tree | snapshot |
parent | e0c781b34756ce47ab9a6ae89eba8067733d6e5c | commit | diff |
git-gui: Fix 'Select All' action on Windows.
Sometimes the Select All action from our context menus doesn't work
unless the text field its supposed to act on has focus. I'm not
really sure why adding the sel tag requires having focus. It
technically should not be required to update the sel tag membership,
but perhaps there is a bug in Tcl/Tk 8.4.1 on Windows which is
causing this odd behavior.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Sometimes the Select All action from our context menus doesn't work
unless the text field its supposed to act on has focus. I'm not
really sure why adding the sel tag requires having focus. It
technically should not be required to update the sel tag membership,
but perhaps there is a bug in Tcl/Tk 8.4.1 on Windows which is
causing this odd behavior.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh | diff | blob | history |