alejandroautalan / pygubu

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

All widgets show no appearance or layout properties. #289

Open Dennis802 opened 8 months ago

Dennis802 commented 8 months ago

Hi! I've been using Pygubu Designer for a while now. I hadn't used it in 3 months, so starting it today I wanted to make a new UI project but it turns out not a single widget shows its properties anymore. I can create toplevels, frames, labelframes, buttons and labels but the properties screen to the right remains empty.

Steps to reproduce the behavior:

  1. Open any project
  2. Click on a widget
  3. Check properties panel to the right
  4. An empty void ;)

Expected behavior Showing the properties of said widget where possible.

Screenshots afbeelding

I have tried reinstalling PyGubu and Designer, and Python itself as well, but to no avail.

Your Environment (please complete the following information):

Keep up the beautiful work! PyGubu is awesome stuff.