kivy-garden / qrcode

Qrcode generator
MIT License
9 stars 5 forks source link

show_border only working correctly if qr code image is at window position 0, 0 #13

Closed AndiEcker closed 3 years ago

AndiEcker commented 3 years ago

If you use the default value (True) for the show_border property, the border is drawn always in the bottom left corner of the app window (not taking the position of the QRCodeWidget into account).

Workaround: Explicitly set the show_border to False.

To fix it, the canvas Line instructions in the qrcode_widget.kv file have to be amended to add the current position of the root widget.