[PATCH] gitk: Enable selected patch text on Windows
commitbd441de4df68c4144425b1c18d323fd90f3f9617
authorMark Levedahl <mdl123@verizon.net>
Wed, 8 Aug 2007 01:40:34 +0000 (7 21:40 -0400)
committerPaul Mackerras <paulus@samba.org>
Sun, 12 Aug 2007 07:29:55 +0000 (12 17:29 +1000)
tree22993af7ce064b3cc6bb31c03a2f9a683f62e7d8
parent67a4f1a7f5c778ffa23d1e562feb4cc6d52c9414
[PATCH] gitk: Enable selected patch text on Windows

On windows, mouse input follows the keyboard focus, so to allow selecting
text from the patch canvas we must not shift focus back to the top level.
This change has no negative impact on X, so we don't explicitly test
for Win32 on this change. This provides similar selection capability
as already available using X-Windows.

Signed-off-by: Mark Levedahl <mdl123@verizon.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk