[Scid-users] [PATCH] do not steal focus from other windows

2013-05-16 Thread Cristian Stoica
Signed-off-by: Cristian Stoica --- tcl/start.tcl | 11 --- 1 file changed, 11 deletions(-) diff --git a/tcl/start.tcl b/tcl/start.tcl index e1a02d0..86f373c 100644 --- a/tcl/start.tcl +++ b/tcl/start.tcl @@ -931,17 +931,6 @@ proc createToplevel { w } { frame $f -container 1 to

[Scid-users] [PATCH] fix focus stealing

2013-05-16 Thread Cristian Stoica
Hi guys, I'm sending you a patch that removes focus stealing of the main window. For me, and maybe others, it was an annoyance to loose focus to scid window only on mouse hover. Let me know what you think of it and if you have other suggestions. Thanks, Cristian Stoica (1): do not steal focus