Merge branch 'master' of git://git.assembla.com/fpdboz

Conflicts:

	pyfpdb/Hud.py
This commit is contained in:
Ray
2008-12-20 16:32:30 -05:00
3 changed files with 89 additions and 18 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ class Hud:
if not win32gui.IsWindow(self.table.number):
self.kill_hud()
return False
(x, y) = self.main_window.parentgdkhandle.get_origin()
if self.table.x != x or self.table.y != y:
self.table.x = x