Skip to content

Commit

Permalink
Merge pull request #43 from acsone/READ-ONLY_Z_COMBOBOX
Browse files Browse the repository at this point in the history
Table linkbase rendering: make z axis drop-down list read-only
  • Loading branch information
hefischer committed Apr 18, 2015
2 parents 039f731 + 8955387 commit c49f862
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arelle/ViewWinRenderedGrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ def zAxis(self, row, zStructuralNode, clearZchoices):
value=comboBoxValue,
selectindex=zStructuralNode.choiceNodeIndex if i >= 0 else None,
columnspan=2,
state=["readonly"],
comboboxselected=self.onZComboBoxSelected)
combobox.zStructuralNode = zStructuralNode
combobox.zAxisIsOpenExplicitDimension = zAxisIsOpenExplicitDimension
Expand Down

0 comments on commit c49f862

Please sign in to comment.