Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properties tab issue #6

Open
tmshanahan opened this issue Mar 6, 2023 · 1 comment
Open

Properties tab issue #6

tmshanahan opened this issue Mar 6, 2023 · 1 comment

Comments

@tmshanahan
Copy link

Trying out pyncview I got the following error when using the "properties" tab:

Traceback (most recent call last):
File "/opt/anaconda3/envs/pncview/lib/python3.11/site-packages/xmlplot/gui_qt4.py", line 562, in onAdvancedClicked
self.dialogAdvanced.resizeColumns()
File "/opt/anaconda3/envs/pncview/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 1772, in resizeColumns
if self.tree.columnWidth(0)>maxwidth: self.tree.setColumnWidth(0,maxwidth)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: setColumnWidth(self, column: int, width: int): argument 2 has unexpected type 'float'

@jornbr
Copy link
Member

jornbr commented Mar 6, 2023

This should now be fixed in version 0.99.33.

To upgrade, use pip install pyncview --upgrade

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants