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

Editing label style issue - starting from Version 2.2.27 #3281

Closed
marvaen7 opened this issue Jan 10, 2022 · 2 comments
Closed

Editing label style issue - starting from Version 2.2.27 #3281

marvaen7 opened this issue Jan 10, 2022 · 2 comments
Milestone

Comments

@marvaen7
Copy link

it's a repetitive issue , from last versions 2.2.27
last versions we've a bug error unexpected type Float when placing drawing or typing , now it's fixed in version 2.2.29 but still an issue when editing label style ,
Note : i cannot change python version , it will break many other system functions .

Please check the below :

Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/gns3/graphics_view.py", line 1444, in textEditActionSlot
text_edit_dialog = TextEditorDialog(self._main_window, items)
File "/usr/lib/python3.10/site-packages/gns3/dialogs/text_editor_dialog.py", line 47, in init
self.uiRotationSpinBox.setValue(first_item.rotation())
TypeError: setValue(self, int): argument 1 has unexpected type 'float'

your help fixing that permanently is highly appreciated .

@grossmj grossmj transferred this issue from GNS3/gns3-server Jan 11, 2022
@grossmj grossmj added this to the 2.2.30 milestone Jan 11, 2022
@grossmj
Copy link
Member

grossmj commented Jan 11, 2022

Fixed. This will work in version 2.2.30

@grossmj grossmj closed this as completed Jan 11, 2022
@marvaen7
Copy link
Author

Thanks for spending time fixing that issue , appreciate your effort here .

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