alejandroautalan / pygubu

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

Generate regular treeview properties in the Code Script #264

Closed jrezai closed 2 years ago

jrezai commented 2 years ago

Fixed bug that prevents regular Treeview properties (and EditableTreeview) from getting code generated in the 'Code Script' tab (for example: padding, selectmode, etc).

How to reproduce the bug: 1) Add a treeview widget in Pygubu Designer 2) Set the 'padding' property and the 'selectmode' property 3) Generate the Code Script 4) It won't generate the code for padding and selectmode.

before1

before2

after

alejandroautalan commented 2 years ago

Thank you @jrezai for your support!