Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #872 from cmft/fix_taurusmodelselector
Browse files Browse the repository at this point in the history
Fix TaurusModelSelector.__setTabItemModel method
  • Loading branch information
Carlos Pascual authored Feb 26, 2019
2 parents 759c098 + 4d430a6 commit b0b8a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/taurus/qt/qtgui/panel/taurusmodelchooser.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def __setTabItemModel(self):
except Exception as e:
taurus.warning('Problem setting up selector: %r', e)
finally:
w.setCursor(c)
self.setCursor(c)

def __addItem(self, widget, name, model=None):
if model is not None:
Expand Down

0 comments on commit b0b8a59

Please sign in to comment.