try to fix aggBBmultItemAll error
This commit is contained in:
parent
8851b141a2
commit
7d708a327c
|
@ -258,7 +258,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)
|
||||||
|
@ -269,7 +269,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