git14 - finished one .expected for the HUD data table. seems to reveal a total of 5 errors - ouch

changed range of tv-activeSeats on user feedback - will do this occasionally until i make it configurable
"fix": "imp/tv bug: handcount is only about 1/2 of what it should be" -> this was NOT a bug. I was just a bit silly and didn't connect the dots from activating a filter by number of active players and the sudden drop of hands.
This commit is contained in:
steffen123
2008-08-07 00:17:51 +01:00
parent 9ca400b4ab
commit 39f5b9095c
5 changed files with 48 additions and 15 deletions
+1 -1
View File
@@ -343,7 +343,7 @@ blabla""")
self.window = gtk.Window(gtk.WINDOW_TOPLEVEL)
self.window.connect("delete_event", self.delete_event)
self.window.connect("destroy", self.destroy)
self.window.set_title("Free Poker DB - version: pre-alpha, git13")
self.window.set_title("Free Poker DB - version: pre-alpha, git14")
self.window.set_border_width(1)
self.window.set_size_request(700,400)
self.window.set_resizable(True)
+1 -1
View File
@@ -75,7 +75,7 @@ class table_viewer (threading.Thread):
if seatCount>=8:
minSeats,maxSeats=7,10
elif seatCount==7:
minSeats,maxSeats=6,9
minSeats,maxSeats=6,10
elif seatCount==6 or seatCount==5:
minSeats,maxSeats=seatCount-1,seatCount+1
elif seatCount==4: