Skip to content

Commit

Permalink
FIX: Shifted Axis "hidden" attribute getter to Archive Viewer Side
Browse files Browse the repository at this point in the history
  • Loading branch information
aksharsarvesh committed Aug 30, 2024
1 parent 73e8912 commit bf44b17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pydm/widgets/axis_table_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ def get_data(self, column_name, axis):
return axis.auto_range
elif column_name == "Log Mode":
return axis.log_mode
elif column_name == "Hidden":
return not axis.isVisible()

def setData(self, index, value, role=Qt.EditRole):
if not index.isValid():
Expand Down

0 comments on commit bf44b17

Please sign in to comment.