Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
jacek-markowski committed Jan 31, 2014
1 parent e60e57f commit a585dce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions data/simulator_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -1652,8 +1652,7 @@ def auto_load(self):
filters = self.gui.tree_filters.topLevelItem(int(elements[4]))
ranges = self.gui.tree_ranges.topLevelItem(int(elements[5]))
bets = self.gui.tree_bets.topLevelItem(int(elements[6]))
nets_count = self.gui.tree_nets.count()-1


self.gui.tree_nets.setCurrentItem(nets)
self.gui.tree_filters.setCurrentItem(filters)
self.gui.tree_ranges.setCurrentItem(ranges)
Expand Down

0 comments on commit a585dce

Please sign in to comment.