From 847bf6876b1d508b800066360c0ec91929b18476 Mon Sep 17 00:00:00 2001 From: javiplx Date: Sat, 4 Dec 2010 14:07:01 +0000 Subject: [PATCH] Enable passing of events to map window git-svn-id: file:///svnroot/wifihood/trunk/wifiscanner@78 c51dfc6a-5949-4919-9c8e-f207a149c383 --- wifiscanner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wifiscanner.py b/wifiscanner.py index 5c91ebd..24e9ee5 100755 --- a/wifiscanner.py +++ b/wifiscanner.py @@ -152,6 +152,7 @@ else : def __init__(self): gtk.Frame.__init__( self ) + self.set_flags( self.flags() | gtk.CAN_FOCUS ) wifiview.AbstractMapWindow.__init__(self) self.add( self.vbox ) -- 1.7.9.5