alejandroautalan / pygubu

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

fix for missed update of 'activeoutline' color #285

Closed BloodyRain2k closed 1 year ago

BloodyRain2k commented 1 year ago

The widget calls a draw during init which causes the activeoutline color to remain at the default. This change corrects that to later use whatever color was set later with .configure().

While at it did I also remove the 'forcing' to choose a month for the widget in the designer, I found that one odd to begin with.