tmizu23 / BezierEditing

[QGIS Plugin] BezierEditing plugin edits features with Bezier curves.
18 stars 6 forks source link

initGui() method Failing #25

Closed debboutr closed 2 years ago

debboutr commented 2 years ago

I fixed this by just changing the 0.5 to 1 on line 60 of the beziereditingtool.py file. I'm guessing this method just changed it's argument requirement??? Seems like this is the only place that setWidth is called without an int in the argument. Thanks for all the work on this package!

image

tmizu23 commented 2 years ago

Thanks for the report. Is the OS linux?