Signed-off-by: Cristian Stoica <cristi...@gmail.com>
---
 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
     toplevel .$name -use [ winfo id $f ]
     docking::add_tab $f e
-    
-    # auto focus mode : when the mouse enters a toplevel, it gets a forced 
focus to handle mouse wheel
-    # only the highest stacked window can get the focus forced or on windows 
any time the mouse enters the main window, it will be raised
-    bind .$name <Enter> {
-      set tl [winfo toplevel %W]
-      set atTop [lindex [wm stackorder . ] end]
-      if { $tl == $atTop || $atTop == "." } {
-        focus -force $tl
-      }
-    }
-    
   } else  {
     toplevel $w
   }
-- 
1.8.1.5


------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to