alejandroautalan / pygubu

A simple GUI builder for the python tkinter module
MIT License
2.01k stars 213 forks source link

TkScrolledFrame.configure() doesn't return #284

Closed BloodyRain2k closed 1 year ago

BloodyRain2k commented 1 year ago

I've been digging around in the code for something else and out of curiosity, noticed that there's a return missing in https://github.com/alejandroautalan/pygubu/blob/master/src/pygubu/widgets/tkscrolledframe.py#LL250C9

I've manually created a TkScrolledFrame widget and called .configure() on it and as expected, it didn't return anything.