Skip to content

Commit

Permalink
Finished on number of indicators tooltip #4
Browse files Browse the repository at this point in the history
  • Loading branch information
NejcHirci committed Nov 23, 2022
1 parent b94ccae commit e419ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orangecontrib/worldhappiness/widgets/owwhstudy.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ def fix_redraw(self):
f'{self.available_indices_model.rowCount()} displayed | '
f'{int(len(self.available_indices_view.selectedIndexes())/3)} chosen')
self.selected_box.setTitle(f'Selected Indicators '
f'{len(self.selected_indicators)} displayed | '
f'{self.selected_indices_view.model().rowCount()} displayed | '
f'{int(len(self.selected_indices_view.selectedIndexes())/3)} chosen')

def initial_indices_update(self):
Expand Down

0 comments on commit e419ec8

Please sign in to comment.