alejandroautalan / pygubu-designer

A simple GUI designer for the python tkinter module
GNU General Public License v3.0
828 stars 101 forks source link

Missing import when using "scrolledframe" and generating code script #55

Closed adbanaei closed 3 years ago

adbanaei commented 3 years ago

When I'm using "scrolledframe" and generating code script, there's a missing import. I managed to add it with this:

from pygubu.builder.widgets.scrolledframe import ScrolledFrame

It would be nice if this included into generated script.

alejandroautalan commented 3 years ago

Hello @adbanaei, thanks for the bug report.

I will fix it ASAP.

Regards! Alejandro A.