Skip to content

Commit 1ad22cc

Browse files
divyaajainndivaajainn
andauthored
update _icon call arg (#2755)
Co-authored-by: divaajainn <divyaa.jainn29@gmail.com>
1 parent ef2d252 commit 1ad22cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mslib/msui/mpl_qtwidget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ def _icon(self, name, *args):
977977
if os.path.exists(myname):
978978
return QtGui.QIcon(myname)
979979
else:
980-
return super()._icon(name, *args)
980+
return super()._icon(name)
981981

982982
def _zoom_pan_handler(self, event):
983983
"""

0 commit comments

Comments
 (0)