Merge branch 'master' of git://git.assembla.com/fpdb-sql.git
This commit is contained in:
commit
8eeac34fce
|
@ -259,7 +259,7 @@ class Hud:
|
||||||
elif self.hud_params['h_agg_bb_mult'] == 10:
|
elif self.hud_params['h_agg_bb_mult'] == 10:
|
||||||
getattr(self, 'h_aggBBmultItem10').set_active(True)
|
getattr(self, 'h_aggBBmultItem10').set_active(True)
|
||||||
elif self.hud_params['h_agg_bb_mult'] > 9000:
|
elif self.hud_params['h_agg_bb_mult'] > 9000:
|
||||||
getattr(self, 'h_aggBBmultItemAll').set_active(True)
|
getattr(self, 'h_aggBBmultItem10000').set_active(True)
|
||||||
#
|
#
|
||||||
if self.hud_params['agg_bb_mult'] == 1:
|
if self.hud_params['agg_bb_mult'] == 1:
|
||||||
getattr(self, 'aggBBmultItem1').set_active(True)
|
getattr(self, 'aggBBmultItem1').set_active(True)
|
||||||
|
@ -270,7 +270,7 @@ class Hud:
|
||||||
elif self.hud_params['agg_bb_mult'] == 10:
|
elif self.hud_params['agg_bb_mult'] == 10:
|
||||||
getattr(self, 'aggBBmultItem10').set_active(True)
|
getattr(self, 'aggBBmultItem10').set_active(True)
|
||||||
elif self.hud_params['agg_bb_mult'] > 9000:
|
elif self.hud_params['agg_bb_mult'] > 9000:
|
||||||
getattr(self, 'aggBBmultItemAll').set_active(True)
|
getattr(self, 'aggBBmultItem10000').set_active(True)
|
||||||
#
|
#
|
||||||
if self.hud_params['h_hud_style'] == 'A':
|
if self.hud_params['h_hud_style'] == 'A':
|
||||||
getattr(self, 'h_hudStyleOptionA').set_active(True)
|
getattr(self, 'h_hudStyleOptionA').set_active(True)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user